From: Jim Meyering Date: Wed, 5 Jan 2000 12:06:39 +0000 (+0000) Subject: whoops. fix typos X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894e9f4a4b8b9a295c5f9d5703cf9552f499c667;p=pspp whoops. fix typos --- diff --git a/lib/nanosleep.h b/lib/nanosleep.h index 1c8517d00d..a1e864924f 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