Changeset 742fc98e in mainline for uspace/lib/c/generic/elf/elf_load.c
- Timestamp:
- 2018-05-01T19:03:38Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e33c2f, 924786bf
- Parents:
- 009c485
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-05-01 19:03:38)
- git-committer:
- GitHub <noreply@…> (2018-05-01 19:03:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/elf/elf_load.c
r009c485 r742fc98e 62 62 int rc; 63 63 64 rc = elf_load_file(file, 0, 0,&info->finfo);64 rc = elf_load_file(file, 0, &info->finfo); 65 65 if (rc != EE_OK) { 66 66 DPRINTF("Failed to load executable '%s'.\n", file_name);
Note:
See TracChangeset
for help on using the changeset viewer.