diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 11:02:21 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-15 14:33:49 +0200 |
commit | 17e1347452df722eed69b8b756ae21c35933b4b5 (patch) | |
tree | 3b9a05ec4c3a39495be0dd5ed8cd2aaa5e30ce97 /nptl/Versions | |
parent | fa57c3019320bb771cfbbc099e3ca31eb4696ad3 (diff) | |
download | glibc-17e1347452df722eed69b8b756ae21c35933b4b5.tar.gz glibc-17e1347452df722eed69b8b756ae21c35933b4b5.tar.xz glibc-17e1347452df722eed69b8b756ae21c35933b4b5.zip |
nptl: Remove pthread_self compatibility symbol from libpthread
The symbol is no longer needed because since glibc 2.30, the dynamic loader continues searching for the symbol in libc.
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 50d671752e..3aea423548 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -44,7 +44,7 @@ libc { libpthread { GLIBC_2.0 { - pthread_create; pthread_join; pthread_self; pthread_equal; + pthread_create; pthread_join; pthread_exit; pthread_detach; pthread_getschedparam; pthread_setschedparam; |