Remove NOT_IN_libc definition for pthread_atfork
commitdd763fdb1e24cbeacb8f761851e6b74183806f83
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 21 Aug 2014 05:00:55 +0000 (21 10:30 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 21 Aug 2014 05:00:55 +0000 (21 10:30 +0530)
treeec441169af63bc847ecf84bd27e943d2cf893971
parent318c7a5846bbfaab567c92b37941000dfc0c00c0
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.
ChangeLog
nptl/Makefile