From 9b7ab14e112476c96e7b20fb23e6838b7012dfda Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Apr 2021 09:46:03 +0200 Subject: nptl: Move pthread_mutexattr_getrobust into libc And pthread_mutexattr_getrobust_np as a compat symbol. The symbols were moved using scripts/move-symbol-to-libc.py. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f9d1595..e7bf0ee 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,10 @@ Deprecated and removed features, and other changes affecting compatibility: should use the equivalent standard function pthread_mutex_consistent instead. +* The function pthread_mutexattr_getrobust_np has been deprecated; + programs should use the equivalent standard function + pthread_mutexattr_getrobust instead. + Changes to build and runtime requirements: * On Linux, the shm_open, sem_open, and related functions now expect the -- cgit v1.1