From 62eda65923410d85e9122f6454461e3064bef9d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 10 Aug 2012 03:52:29 +0200 Subject: update glibc --- toolchain/gcc/patches/4.6.3/siginfo.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 toolchain/gcc/patches/4.6.3/siginfo.patch (limited to 'toolchain/gcc/patches') diff --git a/toolchain/gcc/patches/4.6.3/siginfo.patch b/toolchain/gcc/patches/4.6.3/siginfo.patch new file mode 100644 index 000000000..6d0b3e9b9 --- /dev/null +++ b/toolchain/gcc/patches/4.6.3/siginfo.patch @@ -0,0 +1,15 @@ +diff -Nur gcc-4.6.3.orig/gcc/config/i386/linux-unwind.h gcc-4.6.3/gcc/config/i386/linux-unwind.h +--- gcc-4.6.3.orig/gcc/config/i386/linux-unwind.h 2011-01-03 21:52:22.000000000 +0100 ++++ gcc-4.6.3/gcc/config/i386/linux-unwind.h 2012-08-02 11:47:11.000000000 +0200 +@@ -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. -- cgit v1.2.3