diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-05 13:06:18 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-05 13:06:18 -0700 |
commit | eb1ed03dafcd9a7ea6e95b958413342e20b35968 (patch) | |
tree | a13ab9b7d218809fa20c64c2e21f5b3c1771819b /ChangeLog | |
parent | 19c4bec0f43599eecc2f32de96ae179cd7d64053 (diff) | |
download | glibc-eb1ed03dafcd9a7ea6e95b958413342e20b35968.tar.gz glibc-eb1ed03dafcd9a7ea6e95b958413342e20b35968.tar.xz glibc-eb1ed03dafcd9a7ea6e95b958413342e20b35968.zip |
Fix -Wundef issues in generated errlist.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad0484b45f..25149d2b58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-05-05 Roland McGrath <roland@hack.frob.com> + + * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX + to 0, so the first #if test emitted later doesn't see it undefined. + (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does. + * sysdeps/gnu/errlist.c: Regenerated. + 2014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c |