Changes in uspace/lib/posix/src/dlfcn.c [a35b458:013e5d32] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/dlfcn.c
ra35b458 r013e5d32 34 34 #include "posix/dlfcn.h" 35 35 36 _HIDE_LIBC_SYMBOL(dlopen) 36 _HIDE_LIBC_SYMBOL(dlopen); 37 37 extern void *__helenos_libc_dlopen(const char *filename, int flags); 38 38
Note:
See TracChangeset
for help on using the changeset viewer.