about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-23 23:21:15 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-01 07:17:20 -0500
commit4e9e7a356c37edc428339b4ba27420fe320d0a3c (patch)
treeee02a4f6ea2c9ae2266bee3be465953403b70a96 /ChangeLog
parent8fd8ff3bd8234593a694be045460e471d295a6af (diff)
downloadglibc-4e9e7a356c37edc428339b4ba27420fe320d0a3c.tar.gz
glibc-4e9e7a356c37edc428339b4ba27420fe320d0a3c.tar.xz
glibc-4e9e7a356c37edc428339b4ba27420fe320d0a3c.zip
Enable at_quick_exit and quick_exit for ISO C11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3483c8535..02d8a2b502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,10 @@
 
 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ 13527]
+	* stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
+	ISO C11.
+
 	* include/features.h: Define __USE_ISOCXX11 when compiling ISo C++11
 	code.