diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 18:08:38 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 18:08:38 +0200 |
commit | 24f261f27fb8fd19ae294ff2a13bc5b7a0bafc91 (patch) | |
tree | 951f4d5f87bbd0183d63f8b10adc42006251f455 /sysdeps/unix/sysv/linux/s390 | |
parent | 2b6a4307e96d0ffffb72edada27574c4658bd9a0 (diff) | |
download | glibc-24f261f27fb8fd19ae294ff2a13bc5b7a0bafc91.zip glibc-24f261f27fb8fd19ae294ff2a13bc5b7a0bafc91.tar.gz glibc-24f261f27fb8fd19ae294ff2a13bc5b7a0bafc91.tar.bz2 |
nptl: Remove __h_errno_location from libpthread
The existing definition in libc will be used instead.
The symbol was moved (that is, removed) using
scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist index 8f067ff..54dc15b 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist @@ -2,7 +2,6 @@ GLIBC_2.0 _IO_flockfile F GLIBC_2.0 _IO_ftrylockfile F GLIBC_2.0 _IO_funlockfile F GLIBC_2.0 __errno_location F -GLIBC_2.0 __h_errno_location F GLIBC_2.0 flockfile F GLIBC_2.0 ftrylockfile F GLIBC_2.0 funlockfile F diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist index 35eb8c3..7e41af11 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist @@ -8,7 +8,6 @@ GLIBC_2.2 _IO_flockfile F GLIBC_2.2 _IO_ftrylockfile F GLIBC_2.2 _IO_funlockfile F GLIBC_2.2 __errno_location F -GLIBC_2.2 __h_errno_location F GLIBC_2.2 __pthread_rwlock_destroy F GLIBC_2.2 __pthread_rwlock_init F GLIBC_2.2 __pthread_rwlock_tryrdlock F |