[Glibc-bsd-commits] r5787 - trunk/glibc-ports/fbtl

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue Oct 20 12:48:59 UTC 2015


Author: aurel32
Date: 2015-10-20 12:48:59 +0000 (Tue, 20 Oct 2015)
New Revision: 5787

Modified:
   trunk/glibc-ports/fbtl/Makefile
Log:
Merge from upstream:

commit dd763fdb1e24cbeacb8f761851e6b74183806f83
Author: Siddhesh Poyarekar <siddhesh at redhat.com>
Date:   Thu Aug 21 10:30:55 2014 +0530

    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.


Modified: trunk/glibc-ports/fbtl/Makefile
===================================================================
--- trunk/glibc-ports/fbtl/Makefile	2015-10-20 12:41:11 UTC (rev 5786)
+++ trunk/glibc-ports/fbtl/Makefile	2015-10-20 12:48:59 UTC (rev 5787)
@@ -144,8 +144,6 @@
 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.




More information about the Glibc-bsd-commits mailing list