]> 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)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 4 Mar 2025 11:05:29 +0000 (20:05 +0900)
commit82390c030674ec496ab70b143c54f7e961f45a48
tree513454d56a8d49084fc1ed2ce1188c252140c7d8
parent455e609f06810d01336b61a273673e4fddeb33c2
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>
configure.ac
meson.build
tests/helpers/test_mkfds.c
tests/helpers/test_mkfds_ppoll.c