Changes in uspace/lib/c/generic/rtld/module.c [1d6dd2a:33f86a3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/module.c
r1d6dd2a r33f86a3 41 41 #include <stdio.h> 42 42 #include <stdlib.h> 43 #include <str.h>44 43 45 44 #include <rtld/rtld.h> … … 55 54 * @return EOK on success, ENOMEM if out of memory 56 55 */ 57 errno_t module_create_static_exec(rtld_t *rtld, module_t **rmodule)56 int module_create_static_exec(rtld_t *rtld, module_t **rmodule) 58 57 { 59 58 module_t *module;
Note:
See TracChangeset
for help on using the changeset viewer.