diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-14 02:04:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-14 02:04:44 +0000 |
commit | 36645458ceaf9e6cfc49903f883c23daeae24fb4 (patch) | |
tree | fc65c86f0e3b107e40b328ddd5659559377b8e94 /gdb/linux-nat.h | |
parent | 203aaa842ce00e0f06a1810adfe860965936e09d (diff) | |
download | gdb-36645458ceaf9e6cfc49903f883c23daeae24fb4.tar.gz |
2003-09-13 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
* ppc-tdep.h (struct regcache): Declare opaque.
* objfiles.h (struct objfile_data): Declare opaque.
* cp-support.h (struct objfile): Declare opaque.
* linux-nat.h (target_waitstatus): Declare opaque.
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r-- | gdb/linux-nat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index da62c76d58b..23730bb9492 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -60,6 +60,7 @@ struct lwp_info system". */ struct mem_attrib; struct target_ops; +struct target_waitstatus; extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len, int write, struct mem_attrib *attrib, |