1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.

This commit is contained in:
Roland McGrath
2012-02-27 14:00:47 -08:00
parent 84ad622bbf
commit 36c8acb4f8
3 changed files with 12 additions and 8 deletions

View File

@@ -408,12 +408,7 @@ extern int asprintf (char **__restrict __ptr,
#endif
#ifdef __USE_XOPEN2K8
/* Write formatted output to a file descriptor.
These functions are not part of POSIX and therefore no official
cancellation point. But due to similarity with an POSIX interface
or due to the implementation they are cancellation points and
therefore not marked with __THROW. */
/* Write formatted output to a file descriptor. */
extern int vdprintf (int __fd, const char *__restrict __fmt,
_G_va_list __arg)
__attribute__ ((__format__ (__printf__, 2, 0)));