diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:46:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:46:03 +0200 |
commit | 9b7ab14e112476c96e7b20fb23e6838b7012dfda (patch) | |
tree | 19959c497b673fc06fecee555114c43f05d1e8a1 /NEWS | |
parent | 2e825f7d5a8a84b6389a27c138a903dfa464519a (diff) | |
download | glibc-9b7ab14e112476c96e7b20fb23e6838b7012dfda.zip glibc-9b7ab14e112476c96e7b20fb23e6838b7012dfda.tar.gz glibc-9b7ab14e112476c96e7b20fb23e6838b7012dfda.tar.bz2 |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |