From 894e9f4a4b8b9a295c5f9d5703cf9552f499c667 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 5 Jan 2000 12:06:39 +0000 Subject: [PATCH] whoops. fix typos --- lib/nanosleep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2