Changeset dc0d8b52 in mainline for uspace/lib/c/include/elf/elf_load.h


Ignore:
Timestamp:
2016-04-21T14:01:12Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
054476d, 6adb775f
Parents:
17341d4
Message:

Fix build on arches not supporting dynamic linking.

File:
1 edited

Legend:

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

    r17341d4 rdc0d8b52  
    3838
    3939#include <elf/elf_mod.h>
    40 #include <rtld/rtld.h>
    4140
    4241/** Information on loaded ELF program */
    4342typedef struct {
    4443        elf_finfo_t finfo;
    45         rtld_t *env;
     44        struct rtld *env;
    4645} elf_info_t;
    4746
Note: See TracChangeset for help on using the changeset viewer.