Ignore:
File:
1 edited

Legend:

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

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