Message ID | 1473084137-35485-4-git-send-email-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 27d93a8..63527a7 100644 --- a/linux-user/syscall_defs.h +++ b/linux-user/syscall_defs.h @@ -2355,7 +2355,13 @@ struct target_flock { short l_whence; abi_long l_start; abi_long l_len; +#if defined(TARGET_MIPS) + target_long l_sysid; +#endif int l_pid; +#if defined(TARGET_MIPS) + target_long pad[4]; +#endif }; struct target_flock64 {