The function lockf() is thread safe. Reviewed-by: Peng Haitao <penght@xxxxxxxxxxxxxx> Signed-off-by: Qian Lei <qianl.fnst@xxxxxxxxxxxxxx> --- man3/lockf.3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man3/lockf.3 b/man3/lockf.3 index d33c769..8395d85 100644 --- a/man3/lockf.3 +++ b/man3/lockf.3 @@ -151,6 +151,11 @@ An invalid operation was specified in .TP .B ENOLCK Too many segment locks open, lock table is full. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR lockf () +function is thread-safe. .SH CONFORMING TO SVr4, POSIX.1-2001. .SH SEE ALSO -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html