diff options
Diffstat (limited to 'linux-user/ppc/syscall.h')
-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" |