diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 20:59:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 20:59:51 +0000 |
commit | 684e5a2e89d5d2f3ddc7e4d2d14524ba0f222e04 (patch) | |
tree | c600cdbdcfe72f90f46cabb3fa7bc4e618859ce3 /ChangeLog | |
parent | bc3a45cef800af2281deb54e5be0278a2f153efc (diff) | |
download | glibc-684e5a2e89d5d2f3ddc7e4d2d14524ba0f222e04.tar.gz glibc-684e5a2e89d5d2f3ddc7e4d2d14524ba0f222e04.tar.xz glibc-684e5a2e89d5d2f3ddc7e4d2d14524ba0f222e04.zip |
[BZ #1221]
* posix/regex_internal.h: Remove last traces of RE_NO_INTERNAL_PROTOTYPES.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a722f3b3c..51614ac6aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-10-15 Ulrich Drepper <drepper@redhat.com> + [BZ #1221] + * posix/regex_internal.h: Remove last traces of + RE_NO_INTERNAL_PROTOTYPES. + [BZ #968] * string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops. |