Update.
* sysdeps/generic/usleep.c: Fix typo.
This commit is contained in:
parent
0e3e14083a
commit
f27094e0c9
@ -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.
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
/* Sleep USECONDS microseconds, or until a previously set timer goes off. */
|
||||
void
|
||||
usleep (useconds)
|
||||
useconds_t< useconds;
|
||||
useconds_t useconds;
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user