Changeset 90b8d58 in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2011-07-23T12:58:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bfdb5af1
- Parents:
- 5baf209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r5baf209 r90b8d58 59 59 #include <str.h> 60 60 #include <as.h> 61 #include <elf.h> 62 #include <elf_load.h> 61 #include <elf/elf.h> 62 63 #include "elf_load.h" 63 64 64 65 #ifdef CONFIG_RTLD
Note:
See TracChangeset
for help on using the changeset viewer.