[Glibc-bsd-commits] r4583 - trunk/glibc-ports/kfreebsd/fbtl

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


Author: ps-guest
Date: 2013-06-23 07:47:57 +0000 (Sun, 23 Jun 2013)
New Revision: 4583

Modified:
   trunk/glibc-ports/kfreebsd/fbtl/Versions
Log:
export some symbols for internals use by pthread library


Modified: trunk/glibc-ports/kfreebsd/fbtl/Versions
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/Versions	2013-06-23 07:47:09 UTC (rev 4582)
+++ trunk/glibc-ports/kfreebsd/fbtl/Versions	2013-06-23 07:47:57 UTC (rev 4583)
@@ -6,5 +6,12 @@
     __libc_pthread_init;
     __libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
     __libc_allocate_rtsig_private;
+# needed by pthread library
+    __exit_thread;
+    __syscall_sigprocmask;
+    __sigprocmask;
+    __syscall_sigsuspend;
+    __ioctl;
+    __syscall_sigaction;
   }
 }




More information about the Glibc-bsd-commits mailing list