musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stdio/fscanf.c 2
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);
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月06日 03:15:18 +0000

AltStyle によって変換されたページ (->オリジナル) /