Changes in uspace/lib/c/generic/rtld/module.c [b7fd2a0:33f86a3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/module.c
rb7fd2a0 r33f86a3 54 54 * @return EOK on success, ENOMEM if out of memory 55 55 */ 56 errno_t module_create_static_exec(rtld_t *rtld, module_t **rmodule)56 int module_create_static_exec(rtld_t *rtld, module_t **rmodule) 57 57 { 58 58 module_t *module;
Note:
See TracChangeset
for help on using the changeset viewer.