aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-05-10 04:15:13 +1200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-05-10 04:16:42 +1200
commit9c463934b97b7547fc9d0657d44807789ef20f4a (patch)
treec0558841fc4bf951f988696ebc8208c3a927a485 /man3
parentbda2573478664c704b47a3c83b6b91dedd0cbe51 (diff)
downloadman-pages-9c463934b97b7547fc9d0657d44807789ef20f4a.tar.gz
pthread_mutexattr_setrobust.3: Note that the *_np() APIs are deprecated since glibc 2.34
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/pthread_mutexattr_setrobust.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/pthread_mutexattr_setrobust.3 b/man3/pthread_mutexattr_setrobust.3
index 6a65a337ae..dbf429c488 100644
--- a/man3/pthread_mutexattr_setrobust.3
+++ b/man3/pthread_mutexattr_setrobust.3
@@ -181,7 +181,8 @@ and
were also defined.
.PP
These GNU-specific APIs, which first appeared in glibc 2.4,
-are nowadays obsolete and should not be used in new programs.
+are nowadays obsolete and should not be used in new programs;
+since glibc 2.34 these APIs are marked as deprecated.
.SH EXAMPLES
The program below demonstrates the use of the robustness attribute of a
mutex attributes object.