signal.7: Add F_OFD_SETLKW to list of restartable operations

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-29 08:51:21 +01:00
parent 91907c29c0
commit 6f0dcebc96
1 changed files with 5 additions and 1 deletions

View File

@ -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),