aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strncmp-sse2.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/multiarch/strncmp-sse2.S')
-rw-r--r--sysdeps/x86_64/multiarch/strncmp-sse2.S12
1 files changed, 1 insertions, 11 deletions
diff --git a/sysdeps/x86_64/multiarch/strncmp-sse2.S b/sysdeps/x86_64/multiarch/strncmp-sse2.S
index e3ba94f926..2152b8dc3d 100644
--- a/sysdeps/x86_64/multiarch/strncmp-sse2.S
+++ b/sysdeps/x86_64/multiarch/strncmp-sse2.S
@@ -16,15 +16,5 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
-#include <sysdep.h>
-
-#if IS_IN (libc)
-# define STRCMP __strncmp_sse2
-# undef libc_hidden_builtin_def
-# define libc_hidden_builtin_def(strcmp)
-#else
-# define STRCMP strncmp
-#endif
-
#define USE_AS_STRNCMP
-#include <sysdeps/x86_64/strcmp.S>
+#include "strcmp-sse2.S"