summaryrefslogtreecommitdiffstats
path: root/man3/pthread_yield.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_yield.3')
-rw-r--r--man3/pthread_yield.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_yield.3 b/man3/pthread_yield.3
index e4dcf3cc6..44cf0f938 100644
--- a/man3/pthread_yield.3
+++ b/man3/pthread_yield.3
@@ -13,7 +13,7 @@ POSIX threads library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <pthread.h>
.PP
-.B int pthread_yield(void);
+.B [[deprecated]] int pthread_yield(void);
.fi
.SH DESCRIPTION
.BR Note :