From c2fd60a5861efef48252f5cc7efc70e1d8a0da9a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 3 May 2021 09:23:17 +0200 Subject: nptl: Move pthread_yield into libc, as a compatibility symbol And deprecate it in , redirecting it to sched_yield for the time being. The symbol was moved using scripts/move-symbol-to-libc.py. No GLIBC_2.34 symbol version is added because of the compatibility symbol status. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 796990d..2a4f5a3 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,9 @@ Deprecated and removed features, and other changes affecting compatibility: programs should use the equivalent standard function pthread_mutexattr_setrobust instead. +* The function pthread_yield has been deprecated; programs should use + the equivalent standard function sched_yield instead. + Changes to build and runtime requirements: * On Linux, the shm_open, sem_open, and related functions now expect the -- cgit v1.1