mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
* sysdeps/generic/usleep.c: Fix typo.
This commit is contained in:
@@ -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;
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user