diff options
Diffstat (limited to 'lib/libc/stdio/vfscanf.c')
-rw-r--r-- | lib/libc/stdio/vfscanf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index 358c562..f6480f1 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -106,6 +106,8 @@ __FBSDID("$FreeBSD$"); static const u_char *__sccl(char *, const u_char *); +__weak_reference(__vfscanf, vfscanf); + /* * __vfscanf - MT-safe version */ |