]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/stdio.h
Update.
[thirdparty/glibc.git] / include / stdio.h
index e5228f267e72da51825adc32de3e15f5ea7a195b..4f144d3e7815369ca1b06d8291047bbe55f27312 100644 (file)
@@ -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)));