diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S')
-rw-r--r-- | sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S b/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S index 33a8b1c92e..fb38a3aa51 100644 --- a/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S +++ b/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S @@ -18,7 +18,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"; \ |