Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/rtld/module.c

    r33f86a3 rb7fd2a0  
    5454 * @return EOK on success, ENOMEM if out of memory
    5555 */
    56 int module_create_static_exec(rtld_t *rtld, module_t **rmodule)
     56errno_t module_create_static_exec(rtld_t *rtld, module_t **rmodule)
    5757{
    5858        module_t *module;
Note: See TracChangeset for help on using the changeset viewer.