aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/memmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/memmove.c')
-rw-r--r--sysdeps/x86_64/memmove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/memmove.c b/sysdeps/x86_64/memmove.c
index 202f5b861e..d538ebaf74 100644
--- a/sysdeps/x86_64/memmove.c
+++ b/sysdeps/x86_64/memmove.c
@@ -17,7 +17,7 @@
#include "string/memmove.c"
-#if !defined memmove && !defined NOT_IN_libc
+#if !defined memmove && IS_IN (libc)
#include <shlib-compat.h>
#if SHLIB_COMPAT (libc, GLIBC_2_2_5, GLIBC_2_14)