Changes in uspace/lib/c/include/dlfcn.h [bc56f30:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/dlfcn.h
rbc56f30 r4805495 37 37 #define _LIBC_DLFCN_H_ 38 38 39 #include <_bits/decls.h>40 41 __C_DECLS_BEGIN;42 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.