summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/usleep.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-14 03:53:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-14 03:53:43 +0000
commitdfa10d283671a685b14221e81149497b4f0c83dc (patch)
tree1f25cd62b7595348cf63c5ff6e42601b88fd2c82 /cpukit/posix/src/usleep.c
parentUpdate to newlib-1.15.0-rtems4.8-20070413.diff (diff)
downloadrtems-dfa10d283671a685b14221e81149497b4f0c83dc.tar.bz2
2007-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/usleep.c, libcsupport/src/readlink.c: Update API to SUSv3.
Diffstat (limited to 'cpukit/posix/src/usleep.c')
-rw-r--r--cpukit/posix/src/usleep.c4
1 files changed, 2 insertions, 2 deletions
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 <rtems/score/tod.h>
-unsigned usleep(
- unsigned int useconds
+int usleep(
+ useconds_t useconds
)
{
struct timespec tp;