about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-15 11:02:21 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-15 14:33:49 +0200
commit17e1347452df722eed69b8b756ae21c35933b4b5 (patch)
tree3b9a05ec4c3a39495be0dd5ed8cd2aaa5e30ce97 /nptl/Makefile
parentfa57c3019320bb771cfbbc099e3ca31eb4696ad3 (diff)
downloadglibc-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/Makefile')
-rw-r--r--nptl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index a643306dd8..df47bba8f2 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -50,8 +50,7 @@ pthread-compat-wrappers = \
 libpthread-routines = nptl-init nptlfreeres vars events version pt-interp \
 		      pthread_create pthread_exit pthread_detach \
 		      pthread_join pthread_tryjoin pthread_timedjoin \
-		      pthread_join_common \
-		      compat-pthread_self pthread_yield \
+		      pthread_join_common pthread_yield \
 		      pthread_getconcurrency pthread_setconcurrency \
 		      pthread_getschedparam pthread_setschedparam \
 		      pthread_setschedprio \