diff options
Diffstat (limited to 'sysdeps/sh/sh3/setjmp.S')
-rw-r--r-- | sysdeps/sh/sh3/setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/sh3/setjmp.S b/sysdeps/sh/sh3/setjmp.S index e123e4288b..f3a8e6abbb 100644 --- a/sysdeps/sh/sh3/setjmp.S +++ b/sysdeps/sh/sh3/setjmp.S @@ -46,7 +46,7 @@ ENTRY (__sigsetjmp) mov.l r9, @-r4 mov.l r8, @-r4 -#if defined NOT_IN_libc && defined IS_IN_rtld +#ifdef IS_IN_rtld /* In ld.so we never save the signal mask. */ rts mov #0, r0 |