Changes in uspace/lib/c/include/dlfcn.h [9d58539:bc56f30] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/dlfcn.h
r9d58539 rbc56f30 34 34 */ 35 35 36 #ifndef LIBC_DLFCN_H_ 37 #define LIBC_DLFCN_H_ 36 #ifndef _LIBC_DLFCN_H_ 37 #define _LIBC_DLFCN_H_ 38 39 #include <_bits/decls.h> 40 41 __C_DECLS_BEGIN; 38 42 39 43 void *dlopen(const char *, int); 40 44 void *dlsym(void *, const char *); 45 46 __C_DECLS_END; 41 47 42 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.