Clean up semaphore EINTR handling after Linux futex docs clarification.
authorTorvald Riegel <triegel@redhat.com>
Mon, 8 Jun 2015 21:14:20 +0000 (23:14 +0200)
committerTorvald Riegel <triegel@redhat.com>
Fri, 10 Jul 2015 11:47:45 +0000 (13:47 +0200)
commit1aa8d144f971a907950014177d7e150fe82b83b0
treeaa2a67d1e42091da50df990556d10dda870af219
parenta2f0363f817a58c4d3f439aa515a3b1d73efde36
Clean up semaphore EINTR handling after Linux futex docs clarification.

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.
ChangeLog
nptl/sem_waitcommon.c