]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blobdiff - linux-user/qemu.h
glibc2.2 fixes - more command line options - misc doc fixes
[lisovros/qemu_apohw.git] / linux-user / qemu.h
index 862695511c472f8266abead468edc8a1e6671360..d4d93a42913be2be24760366a27b8c1dea54db18 100644 (file)
@@ -33,7 +33,8 @@ struct image_info {
        int             personality;
 };
 
-int elf_exec(const char * filename, char ** argv, char ** envp, 
+int elf_exec(const char *interp_prefix, 
+             const char * filename, char ** argv, char ** envp, 
              struct target_pt_regs * regs, struct image_info *infop);
 
 void target_set_brk(char *new_brk);