about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-02-27 14:00:47 -0800
committerRoland McGrath <roland@hack.frob.com>2012-02-27 14:00:47 -0800
commit36c8acb4f8383a52ba0f25a99276ebec31f8c281 (patch)
tree814f5fbb3b8c5d8461f8d5ba1034291ee4d18355 /ChangeLog
parent84ad622bbf4b1c22f68414532f5a8a88557bf9bd (diff)
downloadglibc-36c8acb4f8383a52ba0f25a99276ebec31f8c281.tar.gz
glibc-36c8acb4f8383a52ba0f25a99276ebec31f8c281.tar.xz
glibc-36c8acb4f8383a52ba0f25a99276ebec31f8c281.zip
BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22dd447751..e4e48b588b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-02-27  Roland McGrath  <roland@hack.frob.com>
 
+	[BZ #13775]
+	* libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
+	[__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
+	* libio/stdio.h (vdprintf, dprintf): Remove comment about these not
+	being in POSIX, because they are in 1003.1-2008.
+
 	* rt/tst-aio.c: Include <fcntl.h>.
 	* rt/tst-aio7.c: Likewise.
 	* rt/tst-aio64.c: Likewise.