From 8114fa141735d05af5c9a6652aab36c953ef60a8 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Mon, 9 Jun 2014 11:46:37 +0800 Subject: [PATCH] catgets.3: ATTRIBUTES: Note function that is thread-safe The function catgets() is thread safe. Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/catgets.3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man3/catgets.3 b/man3/catgets.3 index 77ba89f13..31013007b 100644 --- a/man3/catgets.3 +++ b/man3/catgets.3 @@ -66,6 +66,11 @@ On failure, .BR catgets () returns the value .IR message . +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR catgets () +function is thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES