diff options
Diffstat (limited to 'libio/stdio.h')
-rw-r--r-- | libio/stdio.h | 7 |
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))); |