]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/vfscanf.c
Update.
[thirdparty/glibc.git] / stdio-common / vfscanf.c
index b563a04b3822a8d73ed2b8c3e11a4614cae0b666..f607fb47396afb95c364a9ba1c9e1ddf4c61c9e5 100644 (file)
@@ -2441,6 +2441,7 @@ __vfscanf (FILE *s, const char *format, va_list argptr)
 {
   return INTUSE(_IO_vfscanf) (s, format, argptr, NULL);
 }
+libc_hidden_def (__vfscanf)
 # endif
 #endif