diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/sigrestorer.S')
-rw-r--r-- | libc/sysdeps/linux/arm/sigrestorer.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/arm/sigrestorer.S b/libc/sysdeps/linux/arm/sigrestorer.S index cf77c0104..bc175de6a 100644 --- a/libc/sysdeps/linux/arm/sigrestorer.S +++ b/libc/sysdeps/linux/arm/sigrestorer.S @@ -24,7 +24,7 @@ .global __default_sa_restorer .type __default_sa_restorer,%function -.align 4 +.align 2 __default_sa_restorer: DO_CALL (sigreturn) @@ -33,7 +33,7 @@ __default_sa_restorer: .global __default_rt_sa_restorer .type __default_rt_sa_restorer,%function -.align 4 +.align 2 __default_rt_sa_restorer: DO_CALL (rt_sigreturn) |