diff options
Diffstat (limited to 'arch/x32/bits/ipc.h')
-rw-r--r-- | arch/x32/bits/ipc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x32/bits/ipc.h b/arch/x32/bits/ipc.h index ac5d0979..6e604cef 100644 --- a/arch/x32/bits/ipc.h +++ b/arch/x32/bits/ipc.h @@ -7,8 +7,8 @@ struct ipc_perm gid_t cgid; mode_t mode; int __ipc_perm_seq; - long __pad1; - long __pad2; + long long __pad1; + long long __pad2; }; #define IPC_64 0 |