* linux-low.c (my_waitpid): Delete unnecessary prototype.

This commit is contained in:
Doug Evans 2009-12-21 17:54:03 +00:00
parent aacf5b1e4a
commit 4ee62156d9
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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);