aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/re_comp.37
1 files changed, 7 insertions, 0 deletions
diff --git a/man3/re_comp.3 b/man3/re_comp.3
index b1c3295cdd..ca4ef64241 100644
--- a/man3/re_comp.3
+++ b/man3/re_comp.3
@@ -63,6 +63,13 @@ otherwise it returns a pointer to an appropriate error message.
.BR re_exec ()
returns 1 for a successful match, zero for failure.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR re_comp ()
+and
+.BR re_exec ()
+functions are not thread-safe.
.SH CONFORMING TO
4.3BSD.
.SH NOTES