svn commit: r212548 - head/lib/libthr

David Xu davidxu at FreeBSD.org
Mon Sep 13 09:23:38 UTC 2010


Author: davidxu
Date: Mon Sep 13 09:23:38 2010
New Revision: 212548
URL: http://svn.freebsd.org/changeset/base/212548

Log:
  Update symbol.

Modified:
  head/lib/libthr/pthread.map

Modified: head/lib/libthr/pthread.map
==============================================================================
--- head/lib/libthr/pthread.map	Mon Sep 13 08:56:07 2010	(r212547)
+++ head/lib/libthr/pthread.map	Mon Sep 13 09:23:38 2010	(r212548)
@@ -173,6 +173,7 @@ FBSDprivate_1.0 {
 	___creat;
 	___pause;
 	___pselect;
+	___sigwait;
 	___sleep;
 	___system;
 	___tcdrain;
@@ -206,7 +207,6 @@ FBSDprivate_1.0 {
 	__sendto;
 	__sigsuspend;
 	__sigtimedwait;
-	__sigwait;
 	__sigwaitinfo;
 	__wait3;
 	__wait4;


More information about the svn-src-all mailing list