summaryrefslogtreecommitdiff
path: root/libio/stdio.h
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 /libio/stdio.h
parent84ad622bbf4b1c22f68414532f5a8a88557bf9bd (diff)
BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.
Diffstat (limited to 'libio/stdio.h')
-rw-r--r--libio/stdio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libio/stdio.h b/libio/stdio.h
index 4c732c4e11..c69b382da1 100644
--- a/libio/stdio.h
+++ b/libio/stdio.h
@@ -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)));