about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-23 22:59:38 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-01 07:17:20 -0500
commit03a718297d64e68efb36069b0cc14c1039f32d89 (patch)
treefd5d3b1fac42c7f539f7078f74b76070db755361 /ChangeLog
parent839e283ece8f4a8312dd6c558df8c739356fddb7 (diff)
downloadglibc-03a718297d64e68efb36069b0cc14c1039f32d89.tar.gz
glibc-03a718297d64e68efb36069b0cc14c1039f32d89.tar.xz
glibc-03a718297d64e68efb36069b0cc14c1039f32d89.zip
Remove gets declaration
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c85afad321..6be3d32698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,9 @@
 
 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13528]
+	* libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
+
 	[BZ #13529]
 	* assert/assert.h (static_assert): Define.