mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
nptl: Drop libpthread_nonshared.a from libpthread.so
Fixes commit bd60ce8652
(nptl: Move
pthread_atfork to libc_nonshared.a).
This commit is contained in:
parent
bd60ce8652
commit
1a2f44a848
@ -1,3 +1,8 @@
|
||||
2018-03-01 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
|
||||
reference.
|
||||
|
||||
2018-03-01 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
Move pthread_atfork to libc. Remove libpthread_nonshared.a.
|
||||
|
@ -488,7 +488,6 @@ $(inst_libdir)/libpthread.so: $(common-objpfx)format.lds \
|
||||
echo ' the static library, so try that secondarily. */';\
|
||||
cat $<; \
|
||||
echo 'GROUP ( $(slibdir)/libpthread.so$(libpthread.so-version)' \
|
||||
'$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)pthread)'\
|
||||
')' \
|
||||
) > $@.new
|
||||
mv -f $@.new $@
|
||||
|
Loading…
Reference in New Issue
Block a user