diff options
Diffstat (limited to 'linux-user/generic/fcntl.h')
-rw-r--r-- | linux-user/generic/fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/generic/fcntl.h b/linux-user/generic/fcntl.h index a775a491e9..1b48ddeb99 100644 --- a/linux-user/generic/fcntl.h +++ b/linux-user/generic/fcntl.h @@ -129,7 +129,7 @@ struct target_flock { short l_whence; abi_long l_start; abi_long l_len; -#if defined(TARGET_MIPS) +#if defined(TARGET_MIPS) && (TARGET_ABI_BITS == 32) abi_long l_sysid; #endif int l_pid; |