]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_mutexattr_setrobust.3: SYNOPSIS: Mark *_np() old functions as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:33:03 +0000 (21:33 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 01:01:30 +0000 (03:01 +0200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/pthread_mutexattr_setrobust.3

index 85f1d13f5a40de69c40bdb3d278fe08dbed19f5e..9bf2c3d1ec4631c173291212bfedb9aa9f23b58b 100644 (file)
@@ -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