From: Alejandro Colomar Date: Mon, 25 Oct 2021 19:31:30 +0000 (+0200) Subject: pthread_yield.3: SYNOPSIS: Mark as [[deprecated]] X-Git-Tag: man-pages-6.00~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece9db52e93e334957db34a90dbdf51bc058d22b;p=thirdparty%2Fman-pages.git pthread_yield.3: SYNOPSIS: Mark as [[deprecated]] sched_yield(3) is identical and is in POSIX. See glibc commit c2fd60a5861efef48252f5cc7efc70e1d8a0da9a. Signed-off-by: Alejandro Colomar --- diff --git a/man3/pthread_yield.3 b/man3/pthread_yield.3 index e4dcf3cc6c..44cf0f938b 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 .PP -.B int pthread_yield(void); +.B [[deprecated]] int pthread_yield(void); .fi .SH DESCRIPTION .BR Note :