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

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


Author: ps-guest
Date: 2013-06-27 15:51:34 +0000 (Thu, 27 Jun 2013)
New Revision: 4625

Modified:
   trunk/glibc-ports/fbtl/Versions
Log:
export GLIBC_2.3.3 (just without affinity) 


Modified: trunk/glibc-ports/fbtl/Versions
===================================================================
--- trunk/glibc-ports/fbtl/Versions	2013-06-27 15:49:51 UTC (rev 4624)
+++ trunk/glibc-ports/fbtl/Versions	2013-06-27 15:51:34 UTC (rev 4625)
@@ -205,18 +205,29 @@
   }
 
   GLIBC_2.3.3 {
+    # 1003.1-2001 function accidentally left out in 2.2.
+    pthread_barrierattr_getpshared;
+
     # Unix CS option.
     pthread_condattr_getclock; pthread_condattr_setclock;
-  }
 
-  GLIBC_PRIVATE {
+    # Proposed API extensions.
+    pthread_tryjoin_np; pthread_timedjoin_np;
+
     # 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
+
+    # affinity interfaces without size parameter
+    # have not been in linuxthreads and 
+    # will be overriden by version from GLIBC_2.3.4
+    #pthread_getaffinity_np; pthread_setaffinity_np;
+    #pthread_attr_getaffinity_np; pthread_attr_setaffinity_np;
+  }
+
+  GLIBC_PRIVATE {
     __pthread_initialize_minimal;
     __pthread_clock_gettime; __pthread_clock_settime;
     __pthread_unwind; __pthread_get_minstack;




More information about the Glibc-bsd-commits mailing list