]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Fix ipc_perm definition for ILP32
authorSteve Ellcey <sellcey@cavium.com>
Thu, 31 Aug 2017 15:49:10 +0000 (16:49 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 1 Aug 2019 09:06:03 +0000 (10:06 +0100)
commit09358228d1830a3b31f79a9948b36f7fe375244b
tree4f8b46ca465b072980851aed9b43218706441c22
parentd051217dbd8a8a99568a104265f2d8ade8b969e9
aarch64: Fix ipc_perm definition for ILP32

Here is another aarch64 ILP32 patch.  The mode field in ipc_perm in ILP32
should be a 16 bit field, not a 32 bit one.  This was out-of-sync with what the
kernel had.  This was causing sysvipc/test-sysvsem to fail in ILP32 mode.

2017-09-01  Yury Norov  <ynorov@caviumnetworks.com>
    Steve Ellcey  <sellcey@cavium.com>

* sysdeps/unix/sysv/linux/aarch64/bits/ipc.h (ipc_perm):
Ifdef and pad the mode field for ILP32.
sysdeps/unix/sysv/linux/aarch64/bits/ipc.h