diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 8ecabda..fa14bb6 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -83,8 +83,6 @@ static int debug_linux_nat; -extern struct target_ops child_ops; - static int linux_parent_pid; struct simple_pid_list @@ -599,9 +597,6 @@ ptid_t trap_ptid; /* This module's target-specific operations. */ static struct target_ops linux_nat_ops; -/* The standard child operations. */ -extern struct target_ops child_ops; - /* Since we cannot wait (in linux_nat_wait) for the initial process and any cloned processes with a single call to waitpid, we have to use the WNOHANG flag and call waitpid in a loop. To optimize |