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/string/strcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strcpy.c')
-rw-r--r--src/string/strcpy.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strcpy.c b/src/string/strcpy.c
index 7675e9ce..f7e3ba38 100644
--- a/src/string/strcpy.c
+++ b/src/string/strcpy.c
@@ -2,7 +2,7 @@
char *__stpcpy(char *, const char *);
-char *strcpy(char *dest, const char *src)
+char *strcpy(char *restrict dest, const char *restrict src)
{
#if 1
__stpcpy(dest, src);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月17日 13:50:00 +0000

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