]> Git Repo - qemu.git/commit - linux-user/syscall.c
linux-user: Convert signal number for FUTEX_FD
authorRichard Henderson <[email protected]>
Mon, 29 Aug 2022 02:10:02 +0000 (19:10 -0700)
committerLaurent Vivier <[email protected]>
Tue, 27 Sep 2022 11:19:05 +0000 (13:19 +0200)
commit0f9467311260c23eed758f97c75d83f1815acb29
treeb04d26efd8e6a670c03dca7094c05ef344d9e3ab
parenta6180f8aede726c1648b1ae3a602058c93f859c8
linux-user: Convert signal number for FUTEX_FD

The val argument to FUTEX_FD is a signal number.  Convert to match
the host, as it will be converted back when the signal is delivered.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20220829021006[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/syscall.c
This page took 0.027829 seconds and 4 git commands to generate.