diff options
Diffstat (limited to 'gdb/rdi-share/host.h')
-rw-r--r-- | gdb/rdi-share/host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/rdi-share/host.h b/gdb/rdi-share/host.h index 9944c15..2101072 100644 --- a/gdb/rdi-share/host.h +++ b/gdb/rdi-share/host.h @@ -214,4 +214,7 @@ extern double strtod(const char *str, char **ptr); #endif +/* Needs to be supplied by the host. */ +extern void Fail (const char *); + /* end of host.h */ |