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 /nptl/old_pthread_atfork.c | |
parent | f553dc066071a4465321fbc122bed8a75afd996b (diff) | |
download | glibc-33b20249b567724664568fc6475b6f502c958be4.tar glibc-33b20249b567724664568fc6475b6f502c958be4.tar.gz glibc-33b20249b567724664568fc6475b6f502c958be4.tar.bz2 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 'nptl/old_pthread_atfork.c')
-rw-r--r-- | nptl/old_pthread_atfork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/old_pthread_atfork.c b/nptl/old_pthread_atfork.c index 01b7de633d..675227c559 100644 --- a/nptl/old_pthread_atfork.c +++ b/nptl/old_pthread_atfork.c @@ -18,7 +18,7 @@ #include <shlib-compat.h> -#if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_3) +#if OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_3) # define __pthread_atfork __dyn_pthread_atfork # include "pthread_atfork.c" # undef __pthread_atfork |