From 2ce2892eaf654a6cb81f90aa5e51af132fb28d89 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Wed, 3 Aug 2005 01:54:52 +0000 Subject: Add usleep to the map files. Noticed by: davidxu --- lib/libpthread/pthread.map | 2 ++ lib/libthr/pthread.map | 2 ++ 2 files changed, 4 insertions(+) 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; -- cgit v1.3