summary refs log tree commit diff
path: root/sysdeps/x86_64/wcsncat-generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/wcsncat-generic.c')
-rw-r--r--sysdeps/x86_64/wcsncat-generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/wcsncat-generic.c b/sysdeps/x86_64/wcsncat-generic.c
index 86e20d9028..57bdd9b7cf 100644
--- a/sysdeps/x86_64/wcsncat-generic.c
+++ b/sysdeps/x86_64/wcsncat-generic.c
@@ -24,7 +24,7 @@
 
 #include <isa-level.h>
 
-#if MINIMUM_X86_ISA_LEVEL <= 3
+#if MINIMUM_X86_ISA_LEVEL <= 2
 
 # include <wcsmbs/wcsncat.c>