diff options
Diffstat (limited to 'libc/string/x86_64/strcpy.S')
-rw-r--r-- | libc/string/x86_64/strcpy.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/x86_64/strcpy.S b/libc/string/x86_64/strcpy.S index d9a51b0bb..920d0543a 100644 --- a/libc/string/x86_64/strcpy.S +++ b/libc/string/x86_64/strcpy.S @@ -20,6 +20,8 @@ #include "_glibc_inc.h" +/* Seems to be unrolled too much */ + #ifndef USE_AS_STPCPY # define STRCPY strcpy #endif |