diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S')
-rw-r--r-- | sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S b/sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S index 3b473a354a..03c72269c5 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S @@ -18,7 +18,7 @@ #include <sysdep.h> -#ifndef NOT_IN_libc +#if IS_IN (libc) # undef EALIGN # define EALIGN(name, alignt, words) \ .globl C_SYMBOL_NAME(__memcmp_ppc); \ |