Changeset 40d3604 in mainline for uspace/lib/c/generic/elf/elf_load.c
- Timestamp:
- 2018-04-30T20:12:50Z (7 years ago)
- Parents:
- 4c5f04f (diff), 64d38cd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-04-30 20:12:50)
- git-committer:
- GitHub <noreply@…> (2018-04-30 20:12:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/elf/elf_load.c
r4c5f04f r40d3604 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.