diff options
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r-- | gdb/gnu-nat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h index c792bb0..d45dbad 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -98,4 +98,8 @@ extern int gnu_debug_flag; do { if (gnu_debug_flag) \ fprintf_unfiltered (gdb_stdlog, "%s:%d: " msg "\r\n", __FILE__ , __LINE__ , ##args); } while (0) +/* Create a prototype generic GNU/Hurd target. The client can + override it with local methods. */ +struct target_ops *gnu_target (void); + #endif /* __GNU_NAT_H__ */ |