summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch')
-rw-r--r--meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch b/meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch
index c730d46e69..40ee894143 100644
--- a/meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch
+++ b/meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch
@@ -11,14 +11,14 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 11
12Upstream-Status: Pending 12Upstream-Status: Pending
13--- 13---
14 include/lapi/rt_sigaction.h | 2 +- 14 include/lapi/rt_sigaction.h | 4 ++--
15 testcases/kernel/syscalls/rt_sigsuspend/Makefile | 3 +++ 15 testcases/kernel/syscalls/rt_sigsuspend/Makefile | 3 +++
16 2 files changed, 4 insertions(+), 1 deletion(-) 16 2 files changed, 5 insertions(+), 2 deletions(-)
17 17
18Index: git/include/lapi/rt_sigaction.h 18diff --git a/include/lapi/rt_sigaction.h b/include/lapi/rt_sigaction.h
19=================================================================== 19index 18236db..15facda 100644
20--- git.orig/include/lapi/rt_sigaction.h 20--- a/include/lapi/rt_sigaction.h
21+++ git/include/lapi/rt_sigaction.h 21+++ b/include/lapi/rt_sigaction.h
22@@ -36,12 +36,12 @@ 22@@ -36,12 +36,12 @@
23 #if defined(__mips__) 23 #if defined(__mips__)
24 struct kernel_sigaction { 24 struct kernel_sigaction {
@@ -34,10 +34,10 @@ Index: git/include/lapi/rt_sigaction.h
34 unsigned long sa_flags; 34 unsigned long sa_flags;
35 void (*sa_restorer) (void); 35 void (*sa_restorer) (void);
36 sigset_t sa_mask; 36 sigset_t sa_mask;
37Index: git/testcases/kernel/syscalls/rt_sigsuspend/Makefile 37diff --git a/testcases/kernel/syscalls/rt_sigsuspend/Makefile b/testcases/kernel/syscalls/rt_sigsuspend/Makefile
38=================================================================== 38index 37bc3a9..2ca7f7c 100644
39--- git.orig/testcases/kernel/syscalls/rt_sigsuspend/Makefile 39--- a/testcases/kernel/syscalls/rt_sigsuspend/Makefile
40+++ git/testcases/kernel/syscalls/rt_sigsuspend/Makefile 40+++ b/testcases/kernel/syscalls/rt_sigsuspend/Makefile
41@@ -19,4 +19,7 @@ 41@@ -19,4 +19,7 @@
42 top_srcdir ?= ../../../.. 42 top_srcdir ?= ../../../..
43 43