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