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/libpthread.abilist | |
| parent | f553dc066071a4465321fbc122bed8a75afd996b (diff) | |
| download | 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/libpthread.abilist')
| -rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist | 1 |
1 files changed, 0 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 |
