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

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:48:24 UTC 2013


Author: ps-guest
Date: 2013-06-29 11:47:00 +0000 (Sat, 29 Jun 2013)
New Revision: 4652

Modified:
   trunk/glibc-ports/fbtl/old_pthread_atfork.c
Log:
old_pthread_atfork: in SHLIB_COMPAT, the second version is the version, where the call have been obsoleted, not the last one, where have been available in public



Modified: trunk/glibc-ports/fbtl/old_pthread_atfork.c
===================================================================
--- trunk/glibc-ports/fbtl/old_pthread_atfork.c	2013-06-29 11:41:31 UTC (rev 4651)
+++ trunk/glibc-ports/fbtl/old_pthread_atfork.c	2013-06-29 11:47:00 UTC (rev 4652)
@@ -18,7 +18,7 @@
 
 #include <shlib-compat.h>
 
-#if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_3)
+#if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_3_2)
 # define __pthread_atfork __dyn_pthread_atfork
 # include "pthread_atfork.c"
 # undef __pthread_atfork




More information about the Glibc-bsd-commits mailing list