~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/elf/elf_load.h

  • Committer: Vojtech Horky
  • Date: 2017-06-14 06:22:31 UTC
  • mfrom: (2103.1.569 HelenOS.mainline)
  • Revision ID: vojtechhorky@users.sourceforge.net-20170614062231-q4ui9pyxp0gs2hrl
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        struct rtld *env;
45
45
} elf_info_t;
46
46
 
47
 
extern int elf_load(const char *, elf_info_t *);
 
47
extern int elf_load(int, elf_info_t *);
48
48
extern void elf_set_pcb(elf_info_t *, pcb_t *);
49
49
 
50
50
#endif