mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move pthread_mutexattr_setrobust into libc
And pthread_mutexattr_getrobust_np as a compat symbol. The symbols were moved using scripts/move-symbol-to-libc.py.
This commit is contained in:
@ -55,3 +55,8 @@ compat_symbol (libpthread, __libpthread_version_placeholder_1,
|
||||
compat_symbol (libpthread, __libpthread_version_placeholder_1,
|
||||
__libpthread_version_placeholder, GLIBC_2_3_2);
|
||||
#endif
|
||||
|
||||
#if (SHLIB_COMPAT (libpthread, GLIBC_2_4, GLIBC_2_5))
|
||||
compat_symbol (libpthread, __libpthread_version_placeholder_1,
|
||||
__libpthread_version_placeholder, GLIBC_2_4);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user