-/* Copyright (C) 1992, 93, 94, 97, 98 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 93, 94, 97, 98, 99 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
/* Sleep USECONDS microseconds, or until a previously set timer goes off. */
void
-usleep (unsigned int useconds)
+usleep (useconds_t useconds)
{
mach_port_t recv;
struct timeval before, after;