]> 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>
Thu, 25 Apr 2024 10:57:32 +0000 (12:57 +0200)
commite828914cf9f2fc2caa5bced0fc6a03cb78324979
tree6a86bfdf435403ae6118ea6b206a384887dc7040
parent31da30f23cddd36db29d5b6a1c7619361b271fb4
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