aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2011-04-27 15:43:33 +0000
committerYao Qi <yao@codesourcery.com>2011-04-27 15:43:33 +0000
commit47423772a774eb1cfc436c0d624c49a841483a8d (patch)
tree242af56231f99cbec1e1c3c67ffe1b28569f56fb /gdb
parent8db6dd6a65b4cb22f98464a82bfc14e038c6c2ed (diff)
downloadgdb-47423772a774eb1cfc436c0d624c49a841483a8d.zip
gdb-47423772a774eb1cfc436c0d624c49a841483a8d.tar.gz
gdb-47423772a774eb1cfc436c0d624c49a841483a8d.tar.bz2
2011-04-27 Yao Qi <yao@codesourcery.com>
* common/linux-ptrace.h: Remove include <sys/wait.h>.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/common/linux-ptrace.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e004ee6..208f558 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-27 Yao Qi <yao@codesourcery.com>
+
+ * common/linux-ptrace.h: Remove include <sys/wait.h>.
+
2011-04-27 Joel Brobecker <brobecker@adacore.com>
* procfs.c (procfs_pass_signals): Fix advance declaration.
diff --git a/gdb/common/linux-ptrace.h b/gdb/common/linux-ptrace.h
index 238a6f0..ea4ee0d 100644
--- a/gdb/common/linux-ptrace.h
+++ b/gdb/common/linux-ptrace.h
@@ -19,7 +19,6 @@
#define COMMON_LINUX_PTRACE_H
#include <sys/ptrace.h>
-#include <sys/wait.h> /* __WAIT */
#ifndef PTRACE_GETSIGINFO
# define PTRACE_GETSIGINFO 0x4202