There was an error while loading. Please reload this page.
msqid_ds
1 parent 3f2121a commit 4bf9fd2Copy full SHA for 4bf9fd2
1 file changed
abis/linux/msg.h
@@ -15,7 +15,7 @@ typedef unsigned long msgqnum_t;
15
16
struct msqid64_ds {
17
struct ipc64_perm msg_perm;
18
-#if (UINTPTR_MAX == UINT64_MAX) /* || x32 ABI */
+#if (__INTPTR_WIDTH__ == 64) /* || x32 ABI */
19
time_t msg_stime;
20
time_t msg_rtime;
21
time_t msg_ctime;
0 commit comments