diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2005-08-03 01:54:52 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2005-08-03 01:54:52 +0000 |
| commit | 2ce2892eaf654a6cb81f90aa5e51af132fb28d89 (patch) | |
| tree | e4dbb78d799fcccfc63fd7b24e61d9d5815dfb08 | |
| parent | 3c424d14473f2f0c59d8c1d49d62c6e4281cd50c (diff) | |
Notes
| -rw-r--r-- | lib/libpthread/pthread.map | 2 | ||||
| -rw-r--r-- | lib/libthr/pthread.map | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index 706f54fa47d7..2c8f15427bb8 100644 --- a/lib/libpthread/pthread.map +++ b/lib/libpthread/pthread.map @@ -170,6 +170,7 @@ global: _spinunlock; _system; _tcdrain; + _usleep; _vfork; _wait; _waitpid; @@ -324,6 +325,7 @@ global: sleep; system; tcdrain; + usleep; vfork; wait; wait4; diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map index be30e9663c65..3cb7a38d8099 100644 --- a/lib/libthr/pthread.map +++ b/lib/libthr/pthread.map @@ -175,6 +175,7 @@ global: _spinunlock; _system; _tcdrain; + _usleep; _vfork; _wait; _waitpid; @@ -334,6 +335,7 @@ global: sleep; system; tcdrain; + usleep; vfork; wait; wait4; |
