Skip to content

Commit

Permalink
* libio/genops.c: Include <stdbool.h>.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Feb 1, 2006
1 parent 1ffb413 commit 8d24de8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions libio/genops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d24de8

Please sign in to comment.