diff options
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r-- | gdb/hpux-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c index 9bd6129..f27d12b 100644 --- a/gdb/hpux-thread.c +++ b/gdb/hpux-thread.c @@ -524,7 +524,7 @@ hpux_thread_create_inferior (exec_file, allargs, env) */ /* Saved pointer to previous owner of the new_objfile event. */ -static void (*target_new_objfile_chain) PARAMS ((struct objfile *)); +static void (*target_new_objfile_chain) (struct objfile *); void hpux_thread_new_objfile (objfile) |