aboutsummaryrefslogtreecommitdiff
path: root/gdb/standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r--gdb/standalone.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c
index 94adf64..45cca6a 100644
--- a/gdb/standalone.c
+++ b/gdb/standalone.c
@@ -341,7 +341,8 @@ core_file_command ()
{}
char *
-get_exec_file ()
+get_exec_file (err)
+ int err;
{
/* Makes one printout look reasonable; value does not matter otherwise. */
return "run";