Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/rtld/module.h

    r8d2dd7f2 rb7fd2a0  
    4141#include <types/rtld/rtld.h>
    4242
    43 extern int module_create_static_exec(rtld_t *, module_t **);
     43extern errno_t module_create_static_exec(rtld_t *, module_t **);
    4444extern void module_process_relocs(module_t *);
    4545extern module_t *module_find(rtld_t *, const char *);
Note: See TracChangeset for help on using the changeset viewer.