diff options
-rw-r--r-- | lib/nanosleep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nanosleep.h b/lib/nanosleep.h index 1c8517d00..a1e864924 100644 --- a/lib/nanosleep.h +++ b/lib/nanosleep.h @@ -52,6 +52,6 @@ struct timespec int nanosleep PARAMS ((const struct timespec *requested_delay, - struct timespec *remaining_delay) + struct timespec *remaining_delay)); #endif |