diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-08 20:44:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-08 20:44:53 +0000 |
commit | e0bb7af860d0a0d825b5ef10fe5395b03e01b460 (patch) | |
tree | b19ca20471a37ab5e52c428aba8d63b9580c294e /ChangeLog | |
parent | aa6938f70429c39e77331cb1080dd7a16f5ab5af (diff) | |
download | glibc-e0bb7af860d0a0d825b5ef10fe5395b03e01b460.tar.gz glibc-e0bb7af860d0a0d825b5ef10fe5395b03e01b460.tar.xz glibc-e0bb7af860d0a0d825b5ef10fe5395b03e01b460.zip |
* sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
array types match exactly in C alias decls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7816aa65ee..1e9bb23d76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-08 Roland McGrath <roland@redhat.com> + + * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so + array types match exactly in C alias decls. + 2005-03-07 Ulrich Drepper <drepper@redhat.com> * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call |