restart_syscall.2: srcfix: update FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-12 15:51:41 +01:00
parent 3026ef70d7
commit 795b826743
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ returned in the usual fashion.
.BR sigaction (2),
.BR sigreturn (2),
.BR signal (7)
.\" FIXME . select(2) should probably get the restart_syscall() treatment:
.\" FIXME . ppoll(2), select(2), and pselect(2)
.\" should probably get the restart_syscall() treatment:
.\" If a select() call is suspended by stop-sig+SIGCONT, the time
.\" spent suspended is *not* deducted when the select() is restarted.
.\" FIXME . check whether recvmmsg() handles stop-sig+SIGCONT properly.