From dd763fdb1e24cbeacb8f761851e6b74183806f83 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 21 Aug 2014 10:30:55 +0530 Subject: Remove NOT_IN_libc definition for pthread_atfork 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 | 2 -- 1 file changed, 2 deletions(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index ab3080e5bb..157fe62e02 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. -- cgit 1.4.1