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

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


Author: ps-guest
Date: 2013-06-23 07:50:45 +0000 (Sun, 23 Jun 2013)
New Revision: 4587

Modified:
   trunk/glibc-ports/fbtl/Versions
Log:
New cancellation cleanup handling is used by other libs.
In mean time export internally


Modified: trunk/glibc-ports/fbtl/Versions
===================================================================
--- trunk/glibc-ports/fbtl/Versions	2013-06-23 07:50:01 UTC (rev 4586)
+++ trunk/glibc-ports/fbtl/Versions	2013-06-23 07:50:45 UTC (rev 4587)
@@ -210,6 +210,13 @@
   }
 
   GLIBC_PRIVATE {
+    # New cancellation cleanup handling.
+    # in proper NPTL exported in 2.3.3
+    __pthread_register_cancel; __pthread_unregister_cancel;
+    __pthread_register_cancel_defer; __pthread_unregister_cancel_restore;
+    __pthread_unwind_next;
+    __pthread_cleanup_routine;
+    # internal
     __pthread_initialize_minimal;
     __pthread_clock_gettime; __pthread_clock_settime;
     __pthread_unwind; __pthread_get_minstack;




More information about the Glibc-bsd-commits mailing list