diff options
| -rw-r--r-- | man3/pthread_mutexattr_setrobust.3 | 3 |
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. |
