summarylogtreecommitdiffstats
path: root/siginfo_t_fix.patch
diff options
context:
space:
mode:
authorGiovanni Santini2015-06-09 10:51:38 +0200
committerGiovanni Santini2015-06-09 10:51:38 +0200
commit691975370f7baa2ce60675f40642a3851e34ff9c (patch)
treeaa8e57f1e66c3d83006da1eb084e061ec6c1d329 /siginfo_t_fix.patch
downloadaur-691975370f7baa2ce60675f40642a3851e34ff9c.tar.gz
Initial AUR commit
Diffstat (limited to 'siginfo_t_fix.patch')
-rw-r--r--siginfo_t_fix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/siginfo_t_fix.patch b/siginfo_t_fix.patch
new file mode 100644
index 000000000000..d39f316f4ed8
--- /dev/null
+++ b/siginfo_t_fix.patch
@@ -0,0 +1,14 @@
+--- a/gcc/config/i386/linux-unwind.h 2011-01-03 20:52:22.000000000 +0000
++++ b/gcc/config/i386/linux-unwind.h 2012-07-06 12:23:51.562859470 +0100
+@@ -133,9 +133,9 @@
+ {
+ struct rt_sigframe {
+ int sig;
+- struct siginfo *pinfo;
++ siginfo_t *pinfo;
+ void *puc;
+- struct siginfo info;
++ siginfo_t info;
+ struct ucontext uc;
+ } *rt_ = context->cfa;
+ /* The void * cast is necessary to avoid an aliasing warning. \ No newline at end of file