From 6d5189699cd755651791c79e9a4ab7c23484267b Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 6 Apr 2004 17:56:01 +0000 Subject: 2004-04-06 Andrew Cagney * hppah-nat.c (hpux_has_forked, hpux_has_vforked) (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h", move extern declarations from here ... * infttrace.h: ... to here. * Makefile.in (hppah-nat.o): Update dependencies. --- gdb/hppah-nat.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gdb/hppah-nat.c') diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index ea4015a..98ea60d 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -32,13 +32,9 @@ #include "gdb_wait.h" #include "regcache.h" #include "gdb_string.h" +#include "infttrace.h" #include -extern int hpux_has_forked (int pid, int *childpid); -extern int hpux_has_vforked (int pid, int *childpid); -extern int hpux_has_execd (int pid, char **execd_pathname); -extern int hpux_has_syscall_event (int pid, enum target_waitkind *kind, - int *syscall_id); static CORE_ADDR text_end; -- cgit v1.1