mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move nanosleep implementation to libc
Checked on x86_64-linux-gnu and powerpc64le-linux-gnu. I also checked the libpthread.so .gnu.version_d entries for every ABI affected and all of them contains the required versions (including for architectures which exports __nanosleep with a different version). Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
version or later, the placeholder symbol is not needed because
|
||||
there are plenty of other symbols which populate those later
|
||||
versions. */
|
||||
#if (SHLIB_COMPAT (libpthread, GLIBC_2_1_2, GLIBC_2_2))
|
||||
#if (SHLIB_COMPAT (libpthread, GLIBC_2_1_2, GLIBC_2_2_6))
|
||||
void
|
||||
attribute_compat_text_section
|
||||
__libpthread_version_placeholder (void)
|
||||
|
Reference in New Issue
Block a user