From 6f0dcebc96c7ef2d2da2692eb89c090ddffd0014 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 29 Jan 2015 08:51:21 +0100 Subject: [PATCH] signal.7: Add F_OFD_SETLKW to list of restartable operations Signed-off-by: Michael Kerrisk --- man7/signal.7 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index 02608b8dd..c5f8a1ecf 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -702,8 +702,12 @@ unless a timeout has been set on the socket (see below). File locking interfaces: .BR flock (2) and +the +.BR F_SETLKW +and +.BR F_OFD_SETLKW +operations of .BR fcntl (2) -.BR F_SETLKW . .IP * POSIX message queue interfaces: .BR mq_receive (3),