Changeset 52acfab in mainline for uspace/lib/posix/include/posix/dlfcn.h
- Timestamp:
- 2019-05-28T19:24:14Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77de449e
- Parents:
- af5037d (diff), bebd154 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-05-28 19:24:14)
- git-committer:
- GitHub <noreply@…> (2019-05-28 19:24:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/dlfcn.h
raf5037d r52acfab 41 41 #define RTLD_LOCAL 0 42 42 43 __C_DECLS_BEGIN; 44 43 45 extern void *dlopen(const char *, int); 44 46 extern void *dlsym(void *, const char *); 45 47 extern int dlclose(void *); 46 48 extern char *dlerror(void); 49 50 __C_DECLS_END; 47 51 48 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.