summaryrefslogtreecommitdiff
path: root/lib/nanosleep.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-05 12:06:39 +0000
committerJim Meyering <jim@meyering.net>2000-01-05 12:06:39 +0000
commit7f1c659ce340d34f515943f88ea73475c97a45a2 (patch)
treee509f32b76e51a3aa7188ea20b0dbfbc33fdcfa4 /lib/nanosleep.h
parentec266f43d535ab3a8313f85f278907ba8c5c400c (diff)
downloadcoreutils-7f1c659ce340d34f515943f88ea73475c97a45a2.tar.xz
whoops. fix typos
Diffstat (limited to 'lib/nanosleep.h')
-rw-r--r--lib/nanosleep.h2
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