diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-22 16:02:59 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-22 16:02:59 +0200 |
commit | 33b20249b567724664568fc6475b6f502c958be4 (patch) | |
tree | 792cb137309c7a7c5ebca91bf21cf2c8b864c82c /sysdeps/unix/sysv/linux/mips/mips64 | |
parent | f553dc066071a4465321fbc122bed8a75afd996b (diff) | |
download | glibc-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/mips/mips64')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist index 8ba4bcaf93..aaf31150d0 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist @@ -10,7 +10,6 @@ GLIBC_2.0 __pthread_mutexattr_settype F GLIBC_2.0 flockfile F GLIBC_2.0 ftrylockfile F GLIBC_2.0 funlockfile F -GLIBC_2.0 pthread_atfork F GLIBC_2.0 pthread_cancel F GLIBC_2.0 pthread_create F GLIBC_2.0 pthread_detach F diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist b/sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist index 5e30b4bb5e..a99d04efc3 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist @@ -845,6 +845,7 @@ GLIBC_2.0 program_invocation_name D 0x4 GLIBC_2.0 program_invocation_short_name D 0x4 GLIBC_2.0 pselect F GLIBC_2.0 psignal F +GLIBC_2.0 pthread_atfork F GLIBC_2.0 pthread_attr_destroy F GLIBC_2.0 pthread_attr_getdetachstate F GLIBC_2.0 pthread_attr_getinheritsched F diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist b/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist index 27c8bcbd4c..436fc54930 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist @@ -843,6 +843,7 @@ GLIBC_2.0 program_invocation_name D 0x8 GLIBC_2.0 program_invocation_short_name D 0x8 GLIBC_2.0 pselect F GLIBC_2.0 psignal F +GLIBC_2.0 pthread_atfork F GLIBC_2.0 pthread_attr_destroy F GLIBC_2.0 pthread_attr_getdetachstate F GLIBC_2.0 pthread_attr_getinheritsched F |