]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Add missing placeholder abi symbol from nanosleep move
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 7 Nov 2019 15:10:35 +0000 (15:10 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 7 Nov 2019 16:46:06 +0000 (16:46 +0000)
Adds the __libpthread_version_placeholder symbol with the same version
of nanosleep/__nanosleep that was removed by 79a547b162657b3f and that
is not provided by other symbols.

sysdeps/unix/sysv/linux/hppa/libpthread.abilist
sysdeps/unix/sysv/linux/ia64/libpthread.abilist
sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
sysdeps/unix/sysv/linux/sh/be/libpthread.abilist
sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist

index a8ddccac9814206add8b4281d17e2258fc539eee..d87fadf3d8d901eb94bdea0612f12fc91ce3d4c4 100644 (file)
@@ -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
index db3da66c3513347ac96bcb729ab4db398317036f..c065ddbf67bca69c4caa58b02bed542ab772ee30 100644 (file)
@@ -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
index 6229568a0ccc203ce26fef0cd24baf2e2f976101..1b5fd5e75161c7aee9b25a26fde050ee05000eeb 100644 (file)
@@ -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
index 6229568a0ccc203ce26fef0cd24baf2e2f976101..1b5fd5e75161c7aee9b25a26fde050ee05000eeb 100644 (file)
@@ -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
index 4a9bffeaa0835693c4f2d2257b5216b86a717514..d42e1fc4b05e1edbbda935ff4f9b2acf52ddc3ac 100644 (file)
@@ -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
index a8ddccac9814206add8b4281d17e2258fc539eee..d87fadf3d8d901eb94bdea0612f12fc91ce3d4c4 100644 (file)
@@ -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
index a8ddccac9814206add8b4281d17e2258fc539eee..d87fadf3d8d901eb94bdea0612f12fc91ce3d4c4 100644 (file)
@@ -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
index db3da66c3513347ac96bcb729ab4db398317036f..c065ddbf67bca69c4caa58b02bed542ab772ee30 100644 (file)
@@ -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
index e13f81e21c248107a331cb18be5e9494d3be7846..610562bd402eebaf4cbffa063010d4308514a497 100644 (file)
@@ -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