pthread_mutexattr_setrobust.3: Note that the *_np() APIs are deprecated since glibc 2.34

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-05-10 04:15:13 +12:00
parent bda2573478
commit 9c463934b9
1 changed files with 2 additions and 1 deletions

View File

@ -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.