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