From 64786a7090d104a2e4e2e225b1eff08951fe008a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 24 Mar 2021 21:27:34 +0100 Subject: fork.h: replace with register-atfork.h UNREGISTER_ATFORK is now defined for all ports in register-atfork.h, so most previous includes of fork.h actually only need register-atfork.h now, and cxa_finalize.c does not need an ifdef UNREGISTER_ATFORK any more. The nptl-specific fork generation counters can then go to pthreadP.h, and fork.h be removed. Checked on x86_64-linux-gnu and i686-gnu. Reviewed-by: Adhemerval Zanella --- nptl/libc_pthread_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/libc_pthread_init.c') diff --git a/nptl/libc_pthread_init.c b/nptl/libc_pthread_init.c index 0757f92cd2..4de182b4e4 100644 --- a/nptl/libc_pthread_init.c +++ b/nptl/libc_pthread_init.c @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include -- cgit 1.4.1