Changes in uspace/lib/posix/src/dlfcn.c [7f9df7b9:a35b458] in mainline
- File:
-
- 1 edited
-
uspace/lib/posix/src/dlfcn.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/dlfcn.c
r7f9df7b9 ra35b458 42 42 fprintf(stderr, "dlopen() not implemented with non-zero flags (%s:%d), something will NOT work.\n", __FILE__, __LINE__); 43 43 } 44 44 45 45 return __helenos_libc_dlopen(filename, 0); 46 46 }
Note:
See TracChangeset
for help on using the changeset viewer.
