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:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user