From 18158a555812156c4a253392bf10a2bffad3e02e Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 25 Oct 2021 21:33:03 +0200 Subject: pthread_mutexattr_setrobust.3: SYNOPSIS: Mark *_np() old functions as [[deprecated]] Signed-off-by: Alejandro Colomar --- man3/pthread_mutexattr_setrobust.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man3/pthread_mutexattr_setrobust.3 b/man3/pthread_mutexattr_setrobust.3 index 85f1d13f5..9bf2c3d1e 100644 --- a/man3/pthread_mutexattr_setrobust.3 +++ b/man3/pthread_mutexattr_setrobust.3 @@ -149,8 +149,10 @@ glibc defined the following equivalent nonstandard functions if was defined: .PP .nf +.B [[deprecated]] .BI "int pthread_mutexattr_getrobust_np(const pthread_mutexattr_t *" attr , .BI " int *" robustness ");" +.B [[deprecated]] .BI "int pthread_mutexattr_setrobust_np(const pthread_mutexattr_t *" attr , .BI " int " robustness ");" .fi -- cgit v1.2.3