diff options
Diffstat (limited to 'sysdeps/i386/i686/multiarch/wcscmp.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/wcscmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i686/multiarch/wcscmp.S b/sysdeps/i386/i686/multiarch/wcscmp.S index 37dd07fa9e..ed36d6b58e 100644 --- a/sysdeps/i386/i686/multiarch/wcscmp.S +++ b/sysdeps/i386/i686/multiarch/wcscmp.S @@ -24,7 +24,7 @@ /* Define multiple versions only for the definition in libc and for the DSO. In static binaries, we need wcscmp before the initialization happened. */ -#ifndef NOT_IN_libc +#if IS_IN (libc) .text ENTRY(wcscmp) .type wcscmp, @gnu_indirect_function |