diff options
Diffstat (limited to 'sysdeps/x86_64/strncmp.S')
-rw-r--r-- | sysdeps/x86_64/strncmp.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/x86_64/strncmp.S b/sysdeps/x86_64/strncmp.S index 0af34e7f15..20a223c7cc 100644 --- a/sysdeps/x86_64/strncmp.S +++ b/sysdeps/x86_64/strncmp.S @@ -1,3 +1,5 @@ #define STRCMP strncmp #define USE_AS_STRNCMP -#include "strcmp.S" +#include "multiarch/strcmp-sse2.S" + +libc_hidden_builtin_def (STRCMP) |