diff options
Diffstat (limited to 'gdb/xcoffsolib.h')
-rw-r--r-- | gdb/xcoffsolib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffsolib.h b/gdb/xcoffsolib.h index 7069493..fbd3d5b 100644 --- a/gdb/xcoffsolib.h +++ b/gdb/xcoffsolib.h @@ -58,4 +58,4 @@ extern struct vmap *vmap; /* Hook for symbol table relocation at runtime. */ -extern void (*xcoff_relocate_symtab_hook) PARAMS ((unsigned int)); +extern void (*xcoff_relocate_symtab_hook) (unsigned int); |