* sysdeps/generic/usleep.c: Fix typo.
This commit is contained in:
Ulrich Drepper 1999-12-02 00:12:41 +00:00
parent 0e3e14083a
commit f27094e0c9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1999-12-01 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/usleep.c: Fix typo.
* sysdeps/unix/Makefile (param.h.dep): Filter out sys/param.h
itself.

View File

@ -21,7 +21,7 @@
/* Sleep USECONDS microseconds, or until a previously set timer goes off. */
void
usleep (useconds)
useconds_t< useconds;
useconds_t useconds;
{
}