Changeset 8a1fb09 in mainline for uspace/lib/c/generic/dlfcn.c
- Timestamp:
- 2011-05-01T12:10:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9fb1397
- Parents:
- d2a6a04b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/dlfcn.c
rd2a6a04b r8a1fb09 39 39 #include <dlfcn.h> 40 40 41 /* From librtld. */ 42 #include <module.h> 43 #include <symbol.h> 41 #include <rtld/module.h> 42 #include <rtld/symbol.h> 44 43 45 44 void *dlopen(const char *path, int flag)
Note:
See TracChangeset
for help on using the changeset viewer.