summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1997-06-04 13:03:12 +0000
committerJohn Birrell <jb@FreeBSD.org>1997-06-04 13:03:12 +0000
commitf4084c05441b1966522cbb907622652c1209e1f9 (patch)
tree1882b0a061ef07b27b77685367dea56cb31bb302 /lib/libpthread/thread
parent1a3a296d211062e9325815943280ddd8873492f7 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r--lib/libpthread/thread/thr_nanosleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_nanosleep.c b/lib/libpthread/thread/thr_nanosleep.c
index 7cf734d18662..39c7dadd2232 100644
--- a/lib/libpthread/thread/thr_nanosleep.c
+++ b/lib/libpthread/thread/thr_nanosleep.c
@@ -37,7 +37,7 @@
#include "pthread_private.h"
int
-_thread_nanosleep(const struct timespec * time_to_sleep,
+nanosleep(const struct timespec * time_to_sleep,
struct timespec * time_remaining)
{
int ret = 0;