Ignore:
File:
1 edited

Legend:

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

    r1d6dd2a r33f86a3  
    4141#include <stdio.h>
    4242#include <stdlib.h>
    43 #include <str.h>
    4443
    4544#include <rtld/rtld.h>
     
    5554 * @return EOK on success, ENOMEM if out of memory
    5655 */
    57 errno_t module_create_static_exec(rtld_t *rtld, module_t **rmodule)
     56int module_create_static_exec(rtld_t *rtld, module_t **rmodule)
    5857{
    5958        module_t *module;
Note: See TracChangeset for help on using the changeset viewer.