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