aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-12-21 17:54:03 +0000
committerDoug Evans <dje@google.com>2009-12-21 17:54:03 +0000
commit4ee62156d969867d3d3ffedf656a74643f77279e (patch)
treef15afe5503a0ea133769fb8dadb59bd5f307e506 /gdb
parentaacf5b1e4accd676db0239df95d4d16360aa80dc (diff)
downloadgdb-4ee62156d969867d3d3ffedf656a74643f77279e.zip
gdb-4ee62156d969867d3d3ffedf656a74643f77279e.tar.gz
gdb-4ee62156d969867d3d3ffedf656a74643f77279e.tar.bz2
* linux-low.c (my_waitpid): Delete unnecessary prototype.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/linux-low.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 378bbf7..0222594 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-21 Doug Evans <dje@google.com>
+
+ * linux-low.c (my_waitpid): Delete unnecessary prototype.
+
2009-12-18 Doug Evans <dje@google.com>
* event-loop.c: Include unistd.h if it exists.
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c
index 49460f8..8b7d9e8 100644
--- a/gdb/gdbserver/linux-low.c
+++ b/gdb/gdbserver/linux-low.c
@@ -134,7 +134,6 @@ static void stop_all_lwps (void);
static int linux_wait_for_event (ptid_t ptid, int *wstat, int options);
static int check_removed_breakpoint (struct lwp_info *event_child);
static void *add_lwp (ptid_t ptid);
-static int my_waitpid (int pid, int *status, int flags);
static int linux_stopped_by_watchpoint (void);
static void mark_lwp_dead (struct lwp_info *lwp, int wstat);