]> git.ipfire.org Git - thirdparty/util-linux.git/commit
test_mkfds: disable ppoll multiplexer if sigset_t is not defined
authorMasatake YAMATO <yamato@redhat.com>
Tue, 4 Mar 2025 11:05:29 +0000 (20:05 +0900)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Mar 2025 12:23:54 +0000 (13:23 +0100)
commitaf83cf9d6566fe1c3c8a03a14fc7b91e1c7b91d8
tree7a323605b2213716623bca922a683520d3a3edee
parent795421e17fe383ec848f3f7d9e75010d30dd2822
test_mkfds: disable ppoll multiplexer if sigset_t is not defined

Fixes #3432

The ppoll multiplexer requires RAW sigset_t type generally defined in
asm/linux.h. However, the parisc arch of the kernel older than
487fa28fa8b60417642ac58e8beda6e2509d18f9 didn't export the type to
the user space.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
(cherry picked from commit 82390c030674ec496ab70b143c54f7e961f45a48)
configure.ac
meson.build
tests/helpers/test_mkfds.c
tests/helpers/test_mkfds_ppoll.c