Changeset 90b8d58 in mainline for uspace/srv/loader/elf_load.c
- Timestamp:
- 2011-07-23T12:58:15Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bfdb5af1
- Parents:
- 5baf209
- File:
-
- 1 edited
-
uspace/srv/loader/elf_load.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/elf_load.c
r5baf209 r90b8d58 49 49 #include <assert.h> 50 50 #include <as.h> 51 #include <elf/elf.h> 51 52 #include <unistd.h> 52 53 #include <fcntl.h> … … 55 56 #include <entry_point.h> 56 57 57 #include "elf.h"58 58 #include "elf_load.h" 59 59
Note:
See TracChangeset
for help on using the changeset viewer.
