about summary refs log tree commit diff
path: root/sysdeps/generic/usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/usleep.c')
-rw-r--r--sysdeps/generic/usleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/usleep.c b/sysdeps/generic/usleep.c
index 9a8dadaed3..96e7c604bc 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;
 {
 }