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 --- htl/forward.c | 1 - 1 file changed, 1 deletion(-) (limited to 'htl/forward.c') diff --git a/htl/forward.c b/htl/forward.c index 3404046349..4e4133ac1f 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -22,7 +22,6 @@ #include #include #include -#include #include /* Pointers to the libc functions. */ -- cgit v1.2.3