diff options
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index e5228f267e..4f144d3e78 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -16,6 +16,7 @@ extern int __vfscanf (FILE *__restrict __s, __const char *__restrict __format, _G_va_list __arg) __attribute__ ((__format__ (__scanf__, 2, 0))); +libc_hidden_proto (__vfscanf) extern int __vscanf (__const char *__restrict __format, _G_va_list __arg) __attribute__ ((__format__ (__scanf__, 1, 0))); |