From 6e2122928696f81397bcc04cb2965980fd395adb Mon Sep 17 00:00:00 2001 From: roland Date: Sat, 4 May 1996 09:26:07 +0000 Subject: [PATCH] Sat May 4 02:11:55 1996 Roland McGrath * sysdeps/stub/nanosleep.c (nanosleep): Fix typo. --- sysdeps/stub/nanosleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/stub/nanosleep.c b/sysdeps/stub/nanosleep.c index 7728bf2a42..97cdd50da0 100644 --- a/sysdeps/stub/nanosleep.c +++ b/sysdeps/stub/nanosleep.c @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ /* Pause execution for a number of nanoseconds. */ int -nanosleep (const struct timespec *requested_time, struct time_spec *remaining) +nanosleep (const struct timespec *requested_time, struct timespec *remaining) { errno = ENOSYS; return -1; -- 2.11.0