summaryrefslogtreecommitdiff
path: root/src/stdio/fscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fscanf.c')
-rw-r--r--src/stdio/fscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fscanf.c b/src/stdio/fscanf.c
index 58bc5fab..acb8a106 100644
--- a/src/stdio/fscanf.c
+++ b/src/stdio/fscanf.c
@@ -12,4 +12,4 @@ int fscanf(FILE *restrict f, const char *restrict fmt, ...)
return ret;
}
-weak_alias(__isoc99_fscanf);
+weak_alias(fscanf, __isoc99_fscanf);