Changeset f215c6ef in mainline for uspace/lib/c/include/rtld/module.h
- Timestamp:
- 2025-01-26T21:33:13Z (2 weeks ago)
- Children:
- ea77c2d
- Parents:
- 31ea2a7
- git-author:
- Matěj Volf <git@…> (2025-01-26 21:04:16)
- git-committer:
- Matěj Volf <git@…> (2025-01-26 21:33:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/rtld/module.h
r31ea2a7 rf215c6ef 41 41 #include <types/rtld/rtld.h> 42 42 43 extern errno_t module_create_static_exec( rtld_t *, module_t **);43 extern errno_t module_create_static_exec(const void *, rtld_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.