Changeset 64d38cd in mainline for uspace/lib/c/generic/elf/elf_load.c


Ignore:
Timestamp:
2018-04-30T20:09:49Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Children:
40d3604
Parents:
4c5f04f
Message:

Make some effort to allocate space for libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/elf/elf_load.c

    r4c5f04f r64d38cd  
    6262        int rc;
    6363
    64         rc = elf_load_file(file, 0, 0, &info->finfo);
     64        rc = elf_load_file(file, 0, &info->finfo);
    6565        if (rc != EE_OK) {
    6666                DPRINTF("Failed to load executable '%s'.\n", file_name);
Note: See TracChangeset for help on using the changeset viewer.