summaryrefslogtreecommitdiffstats
path: root/gnu/gcc/glibc216.patch
blob: c7123d5fe77e5ccf6c4f97829a2cfbbf61b5c302 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- gcc/config/i386/linux-unwind.h.orig	2012-10-03 15:45:48.914460075 +0400
+++ gcc/config/i386/linux-unwind.h	2012-10-03 15:46:46.432460072 +0400
@@ -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.