diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/vfscanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index b563a04b38..f607fb4739 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -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 |