diff options
| author | John Birrell <jb@FreeBSD.org> | 1997-06-04 13:03:12 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1997-06-04 13:03:12 +0000 |
| commit | f4084c05441b1966522cbb907622652c1209e1f9 (patch) | |
| tree | 1882b0a061ef07b27b77685367dea56cb31bb302 /lib/libpthread/thread | |
| parent | 1a3a296d211062e9325815943280ddd8873492f7 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/thr_nanosleep.c | 2 |
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; |
