pthread_mutex_consistent.3: Note that pthread_mutexattr_setrobust() is now deprecated

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:13:07 +12:00
parent e3eba861bd
commit bda2573478
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ was defined:
.fi
.PP
This GNU-specific API, which first appeared in glibc 2.4,
is nowadays obsolete and should not be used in new programs.
is nowadays obsolete and should not be used in new programs;
since glibc 2.34 it has been marked as deprecated.
.SH EXAMPLES
See
.BR pthread_mutexattr_setrobust (3).