Ignore:
File:
1 edited

Legend:

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

    r153c7a29 rb7fd2a0  
    4545
    4646/** Initialize the runtime linker for use in a statically-linked executable. */
    47 int rtld_init_static(void)
    48 {
    49         int rc;
     47errno_t rtld_init_static(void)
     48{
     49        errno_t rc;
    5050
    5151        runtime_env = &rt_env_static;
     
    7070 * @return EOK on success or non-zero error code
    7171 */
    72 int rtld_prog_process(elf_finfo_t *p_info, rtld_t **rre)
     72errno_t rtld_prog_process(elf_finfo_t *p_info, rtld_t **rre)
    7373{
    7474        rtld_t *env;
Note: See TracChangeset for help on using the changeset viewer.