diff options
Diffstat (limited to 'sysdeps/powerpc/novmx-sigjmp.c')
-rw-r--r-- | sysdeps/powerpc/novmx-sigjmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/novmx-sigjmp.c b/sysdeps/powerpc/novmx-sigjmp.c index c651f4231f..1f370bf476 100644 --- a/sysdeps/powerpc/novmx-sigjmp.c +++ b/sysdeps/powerpc/novmx-sigjmp.c @@ -20,7 +20,7 @@ #include <bits/wordsize.h> #include <shlib-compat.h> -#if !defined NOT_IN_libc && defined SHARED +#if IS_IN (libc) && defined SHARED # if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4) # include <stddef.h> # include <novmxsetjmp.h> @@ -41,4 +41,4 @@ __novmx__sigjmp_save (__novmx__sigjmp_buf env, int savemask) } # endif /* SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4) */ -#endif /* !NOT_IN_libc && SHARED */ +#endif /* IS_IN (libc) && SHARED */ |