linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
commitcc054c6f139cf54ce8fbefd6fd536f50b4cba694
authorHelge Deller <deller@gmx.de>
Sun, 18 Sep 2022 19:45:46 +0000 (18 21:45 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Sep 2022 07:29:33 +0000 (27 09:29 +0200)
treedee4a109fabef6d328d337c9399540aa0b21d424
parentaad43d15422c358ece148e39887fbd0821bca657
linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls

I noticed those were missing when running the glib2.0 testsuite.
Add the syscalls including the strace output.

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220918194555.83535-4-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.c
linux-user/strace.list
linux-user/syscall.c