diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-14 11:18:21 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-14 11:18:21 +0000 |
| commit | af1c9c0e4d69d542e6f079782cd3756588c15315 (patch) | |
| tree | 91abecd893b916905cbb54d6b161023826a6cd18 /lib/libc/stdio/vfscanf.c | |
| parent | 927e1fbc0cbda249176e85ab4f1d1e2e78ea54f4 (diff) | |
Notes
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 358c5627cfd2..f6480f165aff 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 */ |
