summaryrefslogtreecommitdiff
path: root/package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-21 17:40:38 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-21 17:40:55 +0200
commit047d8328a9596a3f63c259437c089454c4efa188 (patch)
tree07963273a160a62dd3abc841e47c087a1d9bd435 /package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h
parent1d1f6f59f6cb745acb9d3b90b4b74ed011739fd5 (diff)
gdb-microbaze: split off big patch, so update-patches works
Diffstat (limited to 'package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h')
-rw-r--r--package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h b/package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h
index 51e2c3637..247f1ac60 100644
--- a/package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h
+++ b/package/gdb-microblaze/patches/patch-gdb_common_linux-ptrace_h
@@ -1,7 +1,7 @@
* added from https://github.com/rofl0r/sabotage
---- gdb-7.6.orig/gdb/common/linux-ptrace.h 2013-01-01 07:32:54.000000000 +0100
-+++ gdb-7.6/gdb/common/linux-ptrace.h 2013-08-13 17:10:13.000000000 +0200
+--- gdb-7.8.2.orig/gdb/common/linux-ptrace.h 2015-01-15 11:58:12.000000000 +0100
++++ gdb-7.8.2/gdb/common/linux-ptrace.h 2016-09-21 10:34:30.005221389 +0200
@@ -20,6 +20,7 @@
struct buffer;
@@ -9,4 +9,4 @@
+#include <unistd.h>
#include <sys/ptrace.h>
- #ifndef PTRACE_GETSIGINFO
+ #ifdef __UCLIBC__