summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/bits/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/ipc.h b/libc/sysdeps/linux/common/bits/ipc.h
index 97f9b5808..7103365ac 100644
--- a/libc/sysdeps/linux/common/bits/ipc.h
+++ b/libc/sysdeps/linux/common/bits/ipc.h
@@ -51,6 +51,6 @@ struct ipc_perm
__kernel_uid_t cuid;
__kernel_gid_t cgid;
__kernel_mode_t mode;
- unsigned short __seq;
+ unsigned long seq;
};