diff options
Diffstat (limited to 'sysdeps/x86_64/multiarch/strncmp.S')
-rw-r--r-- | sysdeps/x86_64/multiarch/strncmp.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/strncmp.S b/sysdeps/x86_64/multiarch/strncmp.S index 0af34e7f15..fd5eb1397c 100644 --- a/sysdeps/x86_64/multiarch/strncmp.S +++ b/sysdeps/x86_64/multiarch/strncmp.S @@ -1,3 +1,5 @@ +/* Multiple versions of strncmp + All versions must be listed in ifunc-impl-list.c. */ #define STRCMP strncmp #define USE_AS_STRNCMP #include "strcmp.S" |