From b6c6e0a33dd6e18da247c65eb8585a9ce160d932 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Sat, 8 Jun 2013 05:52:15 +0200 Subject: [PATCH] abs.3: ATTRIBUTES: Note functions that are thread-safe The functions abs(), labs(), llabs() and imaxabs() are thread-safe. Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/abs.3 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man3/abs.3 b/man3/abs.3 index 1abc23151..7a7576465 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -79,6 +79,15 @@ appropriate integer type for the function. .SH RETURN VALUE Returns the absolute value of the integer argument, of the appropriate integer type for the function. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR abs (), +.BR labs (), +.BR llabs (), +and +.BR imaxabs () +functions are thread-safe. .SH CONFORMING TO SVr4, POSIX.1-2001, 4.3BSD, C99. .\" POSIX.1 (1996 edition) requires only the