diff options
| author | David Xu <davidxu@FreeBSD.org> | 2010-09-13 09:23:38 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2010-09-13 09:23:38 +0000 |
| commit | fa1efe5efd9e628141df7f9fbaad9b0e60b961a1 (patch) | |
| tree | 0062fcd452a680860f324c589f60d635ae03a7b3 /lib/libthr/pthread.map | |
| parent | a478ea74908024df80e60a025777d0aa23e23a2c (diff) | |
Notes
Diffstat (limited to 'lib/libthr/pthread.map')
| -rw-r--r-- | lib/libthr/pthread.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map index 4eebb6254d461..bcb5c085d8f6f 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; |
