diff options
Diffstat (limited to 'sysdeps/generic/usleep.c')
-rw-r--r-- | sysdeps/generic/usleep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/usleep.c b/sysdeps/generic/usleep.c index 9a8dada..96e7c60 100644 --- a/sysdeps/generic/usleep.c +++ b/sysdeps/generic/usleep.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ /* Sleep USECONDS microseconds, or until a previously set timer goes off. */ void usleep (useconds) - unsigned int useconds; + useconds_t< useconds; { } |