summaryrefslogtreecommitdiff
path: root/gdb/rdi-share/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/rdi-share/host.h')
-rw-r--r--gdb/rdi-share/host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/rdi-share/host.h b/gdb/rdi-share/host.h
index 9944c15b714..121a823fcd9 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 */