Add usleep to the map files.

Noticed by:	davidxu
This commit is contained in:
Daniel Eischen 2005-08-03 01:54:52 +00:00
parent 3c424d1447
commit 2ce2892eaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148662
2 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,7 @@ global:
_spinunlock;
_system;
_tcdrain;
_usleep;
_vfork;
_wait;
_waitpid;
@ -324,6 +325,7 @@ global:
sleep;
system;
tcdrain;
usleep;
vfork;
wait;
wait4;

View File

@ -175,6 +175,7 @@ global:
_spinunlock;
_system;
_tcdrain;
_usleep;
_vfork;
_wait;
_waitpid;
@ -334,6 +335,7 @@ global:
sleep;
system;
tcdrain;
usleep;
vfork;
wait;
wait4;