diff mbox

Remove NOT_IN_libc definition for pthread_atfork

Message ID 20140819184332.GA2760@spoyarek.pnq.redhat.com
State New
Headers show

Commit Message

Siddhesh Poyarekar Aug. 19, 2014, 6:43 p.m. UTC
pthread_atfork is already built in an extra-libs context, which gives
it NOT_IN_libc in its CPPFLAGS.  Adding the same definition to CFLAGS
is pointless.

Verified that the code is unchanged on x86_64.

	 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.

---
 nptl/Makefile | 2 --
 1 file changed, 2 deletions(-)

Comments

Roland McGrath Aug. 19, 2014, 7:32 p.m. UTC | #1
OK
diff mbox

Patch

diff --git a/nptl/Makefile b/nptl/Makefile
index 7fbf7db..ba555c9 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -139,8 +139,6 @@  libpthread-routines = nptl-init vars events version \
 libpthread-shared-only-routines = version pt-allocrtsig unwind-forcedunwind
 libpthread-static-only-routines = pthread_atfork
 
-CFLAGS-pthread_atfork.c = -DNOT_IN_libc
-
 # Since cancellation handling is in large parts handled using exceptions
 # we have to compile some files with exception handling enabled, some
 # even with asynchronous unwind tables.