From dfa10d283671a685b14221e81149497b4f0c83dc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 Apr 2007 03:53:43 +0000 Subject: =?UTF-8?q?2007-04-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/src/usleep.c, libcsupport/src/readlink.c: Update API to SUSv3. --- cpukit/posix/src/usleep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/usleep.c') diff --git a/cpukit/posix/src/usleep.c b/cpukit/posix/src/usleep.c index 6753cfe713..af09f2cdc8 100644 --- a/cpukit/posix/src/usleep.c +++ b/cpukit/posix/src/usleep.c @@ -15,8 +15,8 @@ #include -unsigned usleep( - unsigned int useconds +int usleep( + useconds_t useconds ) { struct timespec tp; -- cgit v1.2.3