diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-09-13 21:41:39 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-09-13 21:41:39 +0000 |
commit | cf720db33a6b46869a9c7c12d237a08d881e8bfb (patch) | |
tree | 22d89b2c59e78c4b1fb8c7c9b7910ac0e8038d6e /linux-user/ppc | |
parent | 29e619b1e8b1b79255009451e26c1bdbd9338fa6 (diff) |
uname fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1066 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/ppc')
-rw-r--r-- | linux-user/ppc/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/ppc/syscall.h b/linux-user/ppc/syscall.h index e7ded9974b..eea8a7c9ab 100644 --- a/linux-user/ppc/syscall.h +++ b/linux-user/ppc/syscall.h @@ -127,3 +127,4 @@ union target_semun { unsigned int __pad; /* really void* */ }; +#define UNAME_MACHINE "ppc" |