]> git.ipfire.org Git - thirdparty/glibc.git/commit
cheri: Fix pselect signal mask argument
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 17 Nov 2022 15:19:10 +0000 (15:19 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 22 Nov 2022 14:31:25 +0000 (14:31 +0000)
commitd816620531d550a42d422fcb7cae534f260b30f3
tree18a8eaff9dff4968dba6ae7a5201b4c6f92d019c
parent655faf81b2b6e2a82eb3e811ca79ad9a09d430fa
cheri: Fix pselect signal mask argument

The signal mask argument is passed as a struct with a pointer and size
in the linux syscall abi, but the types used in glibc were wrong for
CHERI due to an x32 specific hack.
sysdeps/unix/sysv/linux/pselect.c