summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches/008-avr32_fix_sa_onstack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/uClibc/patches/008-avr32_fix_sa_onstack.patch')
-rw-r--r--toolchain/uClibc/patches/008-avr32_fix_sa_onstack.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/toolchain/uClibc/patches/008-avr32_fix_sa_onstack.patch b/toolchain/uClibc/patches/008-avr32_fix_sa_onstack.patch
index 722decdbd..5a30861e1 100644
--- a/toolchain/uClibc/patches/008-avr32_fix_sa_onstack.patch
+++ b/toolchain/uClibc/patches/008-avr32_fix_sa_onstack.patch
@@ -13,11 +13,9 @@ Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
libc/sysdeps/linux/avr32/sigaction.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-diff --git a/libc/sysdeps/linux/avr32/sigaction.c b/libc/sysdeps/linux/avr32/sigaction.c
-index a97ff3d..6dcca91 100644
--- a/libc/sysdeps/linux/avr32/sigaction.c
+++ b/libc/sysdeps/linux/avr32/sigaction.c
-@@ -30,7 +30,7 @@ int __libc_sigaction(int signum, const struct sigaction *act,
+@@ -30,7 +30,7 @@ int __libc_sigaction(int signum, const s
kact.k_sa_handler = act->sa_handler;
memcpy(&kact.sa_mask, &act->sa_mask, sizeof (kact.sa_mask));
kact.sa_flags = act->sa_flags;
@@ -26,6 +24,3 @@ index a97ff3d..6dcca91 100644
kact.sa_restorer = act->sa_restorer;
else
kact.sa_restorer = __default_rt_sa_restorer;
---
-1.5.3.4
-