summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2005-08-03 01:54:52 +0000
committerdeischen <deischen@FreeBSD.org>2005-08-03 01:54:52 +0000
commita1a323c7edf59b909e7b9f879d340818e47a1a24 (patch)
treee4dbb78d799fcccfc63fd7b24e61d9d5815dfb08 /lib/libpthread/pthread.map
parent69017b27e9c7eff3ef680bc13b84263d1bc75e92 (diff)
downloadFreeBSD-src-a1a323c7edf59b909e7b9f879d340818e47a1a24.zip
FreeBSD-src-a1a323c7edf59b909e7b9f879d340818e47a1a24.tar.gz
Add usleep to the map files.
Noticed by: davidxu
Diffstat (limited to 'lib/libpthread/pthread.map')
-rw-r--r--lib/libpthread/pthread.map2
1 files changed, 2 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud