Skip to content

Commit 4bf9fd2

Browse files
committed
abis/linux: fix msqid_ds ABI
1 parent 3f2121a commit 4bf9fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

abis/linux/msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ typedef unsigned long msgqnum_t;
1515

1616
struct msqid64_ds {
1717
struct ipc64_perm msg_perm;
18-
#if (UINTPTR_MAX == UINT64_MAX) /* || x32 ABI */
18+
#if (__INTPTR_WIDTH__ == 64) /* || x32 ABI */
1919
time_t msg_stime;
2020
time_t msg_rtime;
2121
time_t msg_ctime;

0 commit comments

Comments
 (0)