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