whoops. fix typos
authorJim Meyering <jim@meyering.net>
Wed, 5 Jan 2000 12:06:39 +0000 (12:06 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Jan 2000 12:06:39 +0000 (12:06 +0000)
lib/nanosleep.h

index 1c8517d..a1e8649 100644 (file)
@@ -52,6 +52,6 @@ struct timespec
 
 int
 nanosleep PARAMS ((const struct timespec *requested_delay,
-                  struct timespec *remaining_delay)
+                  struct timespec *remaining_delay));
 
 #endif