From 795b82674345b2ec7cf4c3cf8096979fc34a6912 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Dec 2014 15:51:41 +0100 Subject: [PATCH] restart_syscall.2: srcfix: update FIXME Signed-off-by: Michael Kerrisk --- man2/restart_syscall.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/restart_syscall.2 b/man2/restart_syscall.2 index 175a98bc9..f89497de3 100644 --- a/man2/restart_syscall.2 +++ b/man2/restart_syscall.2 @@ -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.