mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-05 00:02:41 +03:00
The Linux kernel futex documentation now states that since Linux 2.6.22, FUTEX_WAIT does return EINTR only when interrupted by a signal, and not spuriously anymore. We only support more recent kernels, so clean up EINTR handling in the semaphore and update the comments.
14 KiB
14 KiB