summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 01:41:31 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:28:08 +0200
commit06b7507dea94b73b4bd24386adabe607d9991678 (patch)
tree2c7bf3bd1b3a0f8203024c4109737b4730f44bf4
parent3f2f606449f17d7de9a41abc9351f06d05d277d0 (diff)
pthread_mutex_consistent.3: Mark *_np() old function as [[deprecated]]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/pthread_mutex_consistent.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/pthread_mutex_consistent.3 b/man3/pthread_mutex_consistent.3
index fabd7498c..3f54f3b0d 100644
--- a/man3/pthread_mutex_consistent.3
+++ b/man3/pthread_mutex_consistent.3
@@ -66,6 +66,7 @@ glibc defined the following equivalent nonstandard function if
was defined:
.PP
.nf
+.B [[deprecated]]
.BI "int pthread_mutex_consistent_np(const pthread_mutex_t *" mutex );
.fi
.PP