mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Makefile: Clean up pthread_atfork integration
Do not add the pthread_atfork routine again in nptl/Makefile, instead rely on sysdeps/pthread/Makefile for the integration (as this is the directory that contains the source file). In sysdeps/pthread/Makefile, add to static-only-routines. Reviewed-by: Joseph Myers <josmyers@redhat.com>
This commit is contained in:
@ -304,7 +304,7 @@ tests-time64 += \
|
||||
tst-thrd-sleep-time64 \
|
||||
# tests-time64
|
||||
|
||||
static-only-routines = pthread_atfork
|
||||
static-only-routines += pthread_atfork
|
||||
|
||||
# Files which must not be linked with libpthread.
|
||||
tests-nolibpthread += \
|
||||
|
Reference in New Issue
Block a user