diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-02-27 14:00:47 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-02-27 14:00:47 -0800 |
commit | 36c8acb4f8383a52ba0f25a99276ebec31f8c281 (patch) | |
tree | 814f5fbb3b8c5d8461f8d5ba1034291ee4d18355 /ChangeLog | |
parent | 84ad622bbf4b1c22f68414532f5a8a88557bf9bd (diff) | |
download | glibc-36c8acb4f8383a52ba0f25a99276ebec31f8c281.zip glibc-36c8acb4f8383a52ba0f25a99276ebec31f8c281.tar.gz glibc-36c8acb4f8383a52ba0f25a99276ebec31f8c281.tar.bz2 |
BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |