Changes in uspace/lib/c/include/rtld/module.h [b7fd2a0:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/rtld/module.h
rb7fd2a0 r8d2dd7f2 41 41 #include <types/rtld/rtld.h> 42 42 43 extern errno_t module_create_static_exec(rtld_t *, module_t **);43 extern int module_create_static_exec(rtld_t *, module_t **); 44 44 extern void module_process_relocs(module_t *); 45 45 extern module_t *module_find(rtld_t *, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.