diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-14 11:30:38 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-14 11:30:38 +0000 |
commit | c59372208a928828dd7d1cceaee78b48e5e03611 (patch) | |
tree | 0745c1578da58eec8621dc2bb6f156fbc093fe7d /linux-user/qemu.h | |
parent | 00a9bf191b9353e1bd981539c25821bf6a81e00f (diff) |
Teach usermode emulation how to lie about uname -r.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1920 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/qemu.h')
-rw-r--r-- | linux-user/qemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index a797c512bb..7c7bcf34e6 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -80,6 +80,7 @@ typedef struct TaskState { } __attribute__((aligned(16))) TaskState; extern TaskState *first_task_state; +extern const char *qemu_uname_release; int elf_exec(const char * filename, char ** argv, char ** envp, struct target_pt_regs * regs, struct image_info *infop); |