Changeset 8a1fb09 in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2011-05-01T12:10:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9fb1397
- Parents:
- d2a6a04b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
rd2a6a04b r8a1fb09 64 64 #include <elf_load.h> 65 65 66 /* From librtld */67 66 #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> 72 70 73 71 static int ldr_load_dyn_linked(elf_info_t *p_info);
Note:
See TracChangeset
for help on using the changeset viewer.