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:
authorRich Felker <dalias@aerifal.cx>2013年04月06日 17:15:58 -0400
committerRich Felker <dalias@aerifal.cx>2013年04月06日 17:15:58 -0400
commit5c5ac810c31a77dd17b95bb93e13487a3c1c1433 (patch)
tree0408cf91d8e94848288746fab8f611c0d5ed3369 /src
parent14f0272ea1775c35801b2bc17e67ef8bb7e9742d (diff)
downloadmusl-5c5ac810c31a77dd17b95bb93e13487a3c1c1433.tar.gz
fix argument omission in ABI-compat weak_alias for fscanf
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日 00:11:57 +0000

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