diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c')
-rw-r--r-- | sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c b/sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c index 7f02a25207..3e440b5e93 100644 --- a/sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c +++ b/sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#ifndef NOT_IN_libc +#if IS_IN (libc) # include <string.h> # define strcasecmp __strcasecmp_ppc extern __typeof (__strcasecmp) __strcasecmp_ppc attribute_hidden; @@ -26,7 +26,7 @@ extern __typeof (__strcasecmp) __strcasecmp_power7 attribute_hidden; #include <string/strcasecmp.c> #undef strcasecmp -#ifndef NOT_IN_libc +#if IS_IN (libc) # include <shlib-compat.h> # include "init-arch.h" |