Message ID | 20160919114456.66629-4-aleksandar.markovic@rt-rk.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index eccbb83..56dcf15 100644 --- a/linux-user/syscall_defs.h +++ b/linux-user/syscall_defs.h @@ -2327,7 +2327,13 @@ struct target_flock { short l_whence; abi_long l_start; abi_long l_len; +#if defined(TARGET_MIPS) + abi_long l_sysid; +#endif int l_pid; +#if defined(TARGET_MIPS) + abi_long pad[4]; +#endif }; struct target_flock64 {