diff options
Diffstat (limited to 'sysdeps/x86_64/multiarch/strncpy.S')
-rw-r--r-- | sysdeps/x86_64/multiarch/strncpy.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/strncpy.S b/sysdeps/x86_64/multiarch/strncpy.S index 327a4ce447..6d87a0ba35 100644 --- a/sysdeps/x86_64/multiarch/strncpy.S +++ b/sysdeps/x86_64/multiarch/strncpy.S @@ -1,3 +1,5 @@ +/* Multiple versions of strncpy + All versions must be listed in ifunc-impl-list.c. */ #define STRCPY strncpy #define USE_AS_STRNCPY #include "strcpy.S" |