about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-02 21:55:00 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-02 21:55:00 +0000
commit5631e740ff086e9c978e817509bee9d73bceeff3 (patch)
tree44f51b561dc2290850ee55cef213a8cfb84cbc6e /ChangeLog
parentd2dc7b0816ae5901826fda33cfe19ef6f927560d (diff)
downloadglibc-5631e740ff086e9c978e817509bee9d73bceeff3.tar.gz
glibc-5631e740ff086e9c978e817509bee9d73bceeff3.tar.xz
glibc-5631e740ff086e9c978e817509bee9d73bceeff3.zip
[BZ #1201]
	* posix/regex.h: g++ still cannot handled [restrict].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c370154d9f..35396998ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-02  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #1201]
+	* posix/regex.h: g++ still cannot handled [restrict].
+
 	[BZ #2509]
 	* stdio-common/vfprintf.c (process_arg): Fix reading of signed
 	short and byte values from parameter list.