From 7f1c659ce340d34f515943f88ea73475c97a45a2 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.47.3