diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-05-12 10:02:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-05-12 10:02:18 +0000 |
| commit | a8320cdfe53b8c29ad6c381700bc6f2a0db84538 (patch) | |
| tree | 2a57f5effb5f2556db3a2639f95598ab0aeac03f /lib/libpthread/thread | |
| parent | 757d77dcf57833b38d5954cea04303cda1a805c4 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/thr_nanosleep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_nanosleep.c b/lib/libpthread/thread/thr_nanosleep.c index 46ec14beafde..7cf734d18662 100644 --- a/lib/libpthread/thread/thr_nanosleep.c +++ b/lib/libpthread/thread/thr_nanosleep.c @@ -37,7 +37,8 @@ #include "pthread_private.h" int -nanosleep(struct timespec * time_to_sleep, struct timespec * time_remaining) +_thread_nanosleep(const struct timespec * time_to_sleep, + struct timespec * time_remaining) { int ret = 0; struct timespec current_time; |
