syswrap-linux.c: Pass implicit VKI_IPC_64 for shmctl also on arm64.
commit7ada4d26d7cd3eb14904a398e6646f8b4e7d8a64
authorMark Wielaard <mark@klomp.org>
Wed, 3 Feb 2021 15:56:14 +0000 (3 16:56 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 3 Feb 2021 18:50:21 +0000 (3 19:50 +0100)
treeb358ce5691b8b66a97d655b5a824e1d13a614903
parent889bffd9860337720a00cce888648b2262177ff2
syswrap-linux.c: Pass implicit VKI_IPC_64 for shmctl also on arm64.

The shmctl syscall on amd64, arm64 and riscv (but we don't have a port
for that last one) always use IPC_64. Explicitly pass it to the generic
PRE/POST handlers so they select the correct (64bit) data structures on
those architectures.

https://bugzilla.redhat.com/show_bug.cgi?id=1909548
coregrind/m_syswrap/syswrap-linux.c