]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
authorFlorian Weimer <fweimer@redhat.com>
Tue, 23 Apr 2024 19:16:32 +0000 (21:16 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 23 Apr 2024 19:20:40 +0000 (21:20 +0200)
commitae014a15b40f4b35bdcee35c95684e684223ba25
treea8031d8866b290a89083b0e536ad3209a34062cf
parent89ce64b269a897a7780e4c73a7412016381c6ecf
nptl: Fix tst-cancel30 on kernels without ppoll_time64 support

Fall back to ppoll if ppoll_time64 fails with ENOSYS.
Fixes commit 370da8a121c3ba9eeb2f13da15fc0f21f4136b25 ("nptl: Fix
tst-cancel30 on sparc64").

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit f4724843ada64a51d66f65d3199fe431f9d4c254)
sysdeps/pthread/tst-cancel30.c