mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
nptl: Add missing placeholder abi symbol from nanosleep move
Adds the __libpthread_version_placeholder symbol with the same version
of nanosleep/__nanosleep that was removed by 79a547b162
and that
is not provided by other symbols.
This commit is contained in:
parent
b0a83ae71b
commit
4f4bb489e0
9 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,7 @@ GLIBC_2.2 __h_errno_location F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __lseek F
|
||||
GLIBC_2.2 __open F
|
||||
GLIBC_2.2 __open64 F
|
||||
|
|
|
@ -18,6 +18,7 @@ GLIBC_2.2 __h_errno_location F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __lseek F
|
||||
GLIBC_2.2 __open F
|
||||
GLIBC_2.2 __open64 F
|
||||
|
|
|
@ -117,6 +117,7 @@ GLIBC_2.18 pthread_setattr_default_np F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __open64 F
|
||||
GLIBC_2.2 __pread64 F
|
||||
GLIBC_2.2 __pthread_rwlock_destroy F
|
||||
|
|
|
@ -117,6 +117,7 @@ GLIBC_2.18 pthread_setattr_default_np F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __open64 F
|
||||
GLIBC_2.2 __pread64 F
|
||||
GLIBC_2.2 __pthread_rwlock_destroy F
|
||||
|
|
|
@ -20,6 +20,7 @@ GLIBC_2.2 __h_errno_location F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __lseek F
|
||||
GLIBC_2.2 __open F
|
||||
GLIBC_2.2 __open64 F
|
||||
|
|
|
@ -18,6 +18,7 @@ GLIBC_2.2 __h_errno_location F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __lseek F
|
||||
GLIBC_2.2 __open F
|
||||
GLIBC_2.2 __open64 F
|
||||
|
|
|
@ -18,6 +18,7 @@ GLIBC_2.2 __h_errno_location F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __lseek F
|
||||
GLIBC_2.2 __open F
|
||||
GLIBC_2.2 __open64 F
|
||||
|
|
|
@ -18,6 +18,7 @@ GLIBC_2.2 __h_errno_location F
|
|||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
GLIBC_2.2 __libc_current_sigrtmin F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __lseek F
|
||||
GLIBC_2.2 __open F
|
||||
GLIBC_2.2 __open64 F
|
||||
|
|
|
@ -18,6 +18,7 @@ GLIBC_2.2.5 __h_errno_location F
|
|||
GLIBC_2.2.5 __libc_allocate_rtsig F
|
||||
GLIBC_2.2.5 __libc_current_sigrtmax F
|
||||
GLIBC_2.2.5 __libc_current_sigrtmin F
|
||||
GLIBC_2.2.5 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.5 __lseek F
|
||||
GLIBC_2.2.5 __open F
|
||||
GLIBC_2.2.5 __open64 F
|
||||
|
|
Loading…
Add table
Reference in a new issue