diff options
Diffstat (limited to 'lib/libpthread')
-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 7cf734d..39c7dad 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; |