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