From: Jim Meyering Date: Wed, 5 Jan 2000 12:06:39 +0000 (+0000) Subject: whoops. fix typos X-Git-Tag: cvs-readonly~7094 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=894e9f4a4b8b9a295c5f9d5703cf9552f499c667;p=gnulib.git whoops. fix typos --- 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