Changeset 1afa94d in mainline for uspace/lib/c/include/elf/elf_mod.h


Ignore:
Timestamp:
2017-12-10T21:08:11Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dd8ab1c
Parents:
c81132d
Message:

Fix error handling in elf code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/elf/elf_mod.h

    rc81132d r1afa94d  
    5353#define EE_LOADER               5       /* The image is actually a program loader. */
    5454#define EE_IRRECOVERABLE        6
     55#define EE_IO                   7       /* Could not read file. */
    5556
    5657typedef enum {
Note: See TracChangeset for help on using the changeset viewer.