summaryrefslogtreecommitdiffstats
path: root/gnu/gcc/glibc216.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/gcc/glibc216.patch')
-rw-r--r--gnu/gcc/glibc216.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/gcc/glibc216.patch b/gnu/gcc/glibc216.patch
deleted file mode 100644
index c7123d5fe7..0000000000
--- a/gnu/gcc/glibc216.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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.