From fa1efe5efd9e628141df7f9fbaad9b0e60b961a1 Mon Sep 17 00:00:00 2001 From: David Xu Date: Mon, 13 Sep 2010 09:23:38 +0000 Subject: [PATCH] Update symbol. --- lib/libthr/pthread.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map index 4eebb6254d4..bcb5c085d8f 100644 --- a/lib/libthr/pthread.map +++ b/lib/libthr/pthread.map @@ -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;