]> git.ipfire.org Git - thirdparty/valgrind.git/commit
syswrap, i386-linux: add missing ipc syscalls
authorMaxim Zhukov <mussitantesmortem@gmail.com>
Mon, 23 May 2022 14:30:22 +0000 (17:30 +0300)
committerMark Wielaard <mark@klomp.org>
Fri, 17 Oct 2025 17:38:19 +0000 (19:38 +0200)
commitf4ba277d6edb28ff4ae447b50975799b4a862545
tree26a9305aabcdced63a7ee758ba3b9dc2c056f3fd
parent34806c89abbd509b0ff731dda8fa3a3e95882438
syswrap, i386-linux: add missing ipc syscalls

Kernel 5.1 introduced separate IPC syscalls:
* semget
* semctl
* shmget
* shmctl
* shmat
* shmdt
* msgget
* msgsnd
* msgrcv
* msgctl

instead of ipc()

Note the new shm wrappers were already added as
afea9317a1c9 ("Bug 501846 - Add x86 Linux shm wrappers")

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
https://bugs.kde.org/show_bug.cgi?id=454276
NEWS
coregrind/m_syswrap/syswrap-x86-linux.c