mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
* libio/genops.c: Include <stdbool.h>.
This commit is contained in:
parent
1ffb413122
commit
8d24de8b21
@ -13,6 +13,10 @@
|
||||
* sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.
|
||||
* sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps.
|
||||
|
||||
2006-01-19 Thomas Schwinge <tschwinge@gnu.org>
|
||||
|
||||
* libio/genops.c: Include <stdbool.h>.
|
||||
|
||||
2006-02-01 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef _IO_MTSAFE_IO
|
||||
static _IO_lock_t list_all_lock = _IO_lock_initializer;
|
||||
|
Loading…
Reference in New Issue
Block a user