From e547d07a488ab17397217e2a57594c78bf747373 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 4 Nov 2000 04:37:24 +0000 Subject: More cleanups. Fix things so tinylogin compiles. Fix a bug in getdelim -- patch from David Whedon . --- libc/unistd/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/sleep.c') diff --git a/libc/unistd/sleep.c b/libc/unistd/sleep.c index 5b458e07a..e11770563 100644 --- a/libc/unistd/sleep.c +++ b/libc/unistd/sleep.c @@ -4,7 +4,7 @@ #include #include -void usleep(unsigned long usec) +void usleep(unsigned int usec) { struct timeval tv; -- cgit v1.2.3