about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/64
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-22 16:02:59 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-22 16:02:59 +0200
commit33b20249b567724664568fc6475b6f502c958be4 (patch)
tree792cb137309c7a7c5ebca91bf21cf2c8b864c82c /sysdeps/unix/sysv/linux/x86_64/64
parentf553dc066071a4465321fbc122bed8a75afd996b (diff)
downloadglibc-33b20249b567724664568fc6475b6f502c958be4.tar.gz
glibc-33b20249b567724664568fc6475b6f502c958be4.tar.xz
glibc-33b20249b567724664568fc6475b6f502c958be4.zip
nptl: Move pthread_atfork compatibility symbol to libc
The symbol was moved using scripts/move-symbol-to-libc.py.

There is no new symbol version because of the compatibility symbol
status.  The __pthread_atfork reference in nptl/Versions was unused.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/64')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/64/libc.abilist1
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist1
2 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/64/libc.abilist b/sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
index e81c0a4828..611104410d 100644
--- a/sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
+++ b/sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
@@ -1273,6 +1273,7 @@ GLIBC_2.2.5 program_invocation_name D 0x8
 GLIBC_2.2.5 program_invocation_short_name D 0x8
 GLIBC_2.2.5 pselect F
 GLIBC_2.2.5 psignal F
+GLIBC_2.2.5 pthread_atfork F
 GLIBC_2.2.5 pthread_attr_destroy F
 GLIBC_2.2.5 pthread_attr_getdetachstate F
 GLIBC_2.2.5 pthread_attr_getinheritsched F
diff --git a/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist b/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
index 6335e44fc2..e7b330a68b 100644
--- a/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
+++ b/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
@@ -22,7 +22,6 @@ GLIBC_2.2.5 __res_state F
 GLIBC_2.2.5 flockfile F
 GLIBC_2.2.5 ftrylockfile F
 GLIBC_2.2.5 funlockfile F
-GLIBC_2.2.5 pthread_atfork F
 GLIBC_2.2.5 pthread_attr_getguardsize F
 GLIBC_2.2.5 pthread_attr_getstack F
 GLIBC_2.2.5 pthread_attr_getstackaddr F