From: roland Date: Sat, 4 May 1996 09:26:07 +0000 (+0000) Subject: Sat May 4 02:11:55 1996 Roland McGrath X-Git-Tag: libc-960504~3 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=6e2122928696f81397bcc04cb2965980fd395adb Sat May 4 02:11:55 1996 Roland McGrath * sysdeps/stub/nanosleep.c (nanosleep): Fix typo. --- 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;