]> git.ipfire.org Git - thirdparty/glibc.git/commit
Makefile: Clean up pthread_atfork integration
authorFlorian Weimer <fweimer@redhat.com>
Wed, 12 Mar 2025 10:29:10 +0000 (11:29 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 12 Mar 2025 11:37:11 +0000 (12:37 +0100)
commit517846c85dfc48aa231e28e95e8f90a6d8a8efde
treee36daf64c377e9a11d0e994f8f7c73f9cc67fe8f
parent6e30efe570f1ba135747c6d8f4004e78cd24c49c
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>
nptl/Makefile
sysdeps/pthread/Makefile