diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S')
-rw-r--r-- | sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S b/sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S index 14a2bec648..c404977e8f 100644 --- a/sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S +++ b/sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S @@ -17,7 +17,7 @@ #include <sysdep.h> -#if defined SHARED && !defined NOT_IN_libc +#if defined SHARED && IS_IN (libc) #undef EALIGN #define EALIGN(name,alignt,words) \ .section ".text"; \ |