mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Update.
* locale/weight.h: Include <errno.h>.
This commit is contained in:
parent
7707af891e
commit
77f855ed46
@ -1,5 +1,7 @@
|
||||
1999-08-17 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locale/weight.h: Include <errno.h>.
|
||||
|
||||
* posix/sys/types.h: Define type useconds_t if not done already.
|
||||
* posix/unistd.h: Likewise. Use this in ualarm and usleep
|
||||
declarations.
|
||||
|
@ -18,6 +18,7 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <alloca.h>
|
||||
#include <errno.h>
|
||||
#include <langinfo.h>
|
||||
#include "localeinfo.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user