From a1a323c7edf59b909e7b9f879d340818e47a1a24 Mon Sep 17 00:00:00 2001 From: deischen Date: Wed, 3 Aug 2005 01:54:52 +0000 Subject: Add usleep to the map files. Noticed by: davidxu --- lib/libpthread/pthread.map | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libpthread/pthread.map') diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index 706f54f..2c8f154 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; -- cgit v1.1