aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-rdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r--gdb/remote-rdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c
index f4d87ad..3cd3ea1 100644
--- a/gdb/remote-rdi.c
+++ b/gdb/remote-rdi.c
@@ -970,4 +970,4 @@ _initialize_remote_rdi ()
/* A little dummy to make linking with the library succeed. */
-Fail() {}
+int Fail() { return 0; }