diff options
Diffstat (limited to 'linux-user/i386/syscall.h')
-rw-r--r-- | linux-user/i386/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/i386/syscall.h b/linux-user/i386/syscall.h index e1f470d78f..cc0942b811 100644 --- a/linux-user/i386/syscall.h +++ b/linux-user/i386/syscall.h @@ -218,3 +218,4 @@ union target_semun { unsigned int __pad; /* really void* */ }; +#define UNAME_MACHINE "i686" |