summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:33:03 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 03:01:30 +0200
commit18158a555812156c4a253392bf10a2bffad3e02e (patch)
tree791015eb4ce51b11efccb954d06e220f863ef9a5
parentbb7b70be6af09a2c8b0cb60379d519a1d9f8cff0 (diff)
pthread_mutexattr_setrobust.3: SYNOPSIS: Mark *_np() old functions as [[deprecated]]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/pthread_mutexattr_setrobust.32
1 files changed, 2 insertions, 0 deletions
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