Changeset 8a1fb09 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2011-05-01T12:10:47Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9fb1397
Parents:
d2a6a04b
Message:

Integrate rest of rtld/ into C library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    rd2a6a04b r8a1fb09  
    6464#include <elf_load.h>
    6565
    66 /* From librtld */
    6766#ifdef CONFIG_RTLD
    68 #include <rtld.h>
    69 #include <dynamic.h>
    70 #include <elf_load.h>
    71 #include <module.h>
     67#include <rtld/rtld.h>
     68#include <rtld/dynamic.h>
     69#include <rtld/module.h>
    7270
    7371static int ldr_load_dyn_linked(elf_info_t *p_info);
Note: See TracChangeset for help on using the changeset viewer.