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