about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-16 19:52:22 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-16 19:52:22 +0000
commit93226feb21300d173d293a25f10e83d7426c9f6f (patch)
tree16151881799ab2b33288b964a07e0674157f5c00 /ChangeLog
parent457beec8d7835d2f021d8c4ef7a51f22932671f8 (diff)
downloadglibc-93226feb21300d173d293a25f10e83d7426c9f6f.tar.gz
glibc-93226feb21300d173d293a25f10e83d7426c9f6f.tar.xz
glibc-93226feb21300d173d293a25f10e83d7426c9f6f.zip
Update.
2003-12-16  Petter Reinholdtsen  <pere@hungry.com>

	* posix/regex_internal.h: Make sure the regex code compile
	with non-GCC compilers by hiding attributes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f852b850a2..0dd06a5198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-16  Petter Reinholdtsen  <pere@hungry.com>
+
+	* posix/regex_internal.h: Make sure the regex code compile
+	with non-GCC compilers by hiding attributes.
+
 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
             Paolo Bonzini  <bonzini@gnu.org>