summaryrefslogtreecommitdiff
path: root/gdb/config/i386/tm-nbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/i386/tm-nbsd.h')
-rw-r--r--gdb/config/i386/tm-nbsd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/i386/tm-nbsd.h b/gdb/config/i386/tm-nbsd.h
index 66002ed2c09..885c8099bd1 100644
--- a/gdb/config/i386/tm-nbsd.h
+++ b/gdb/config/i386/tm-nbsd.h
@@ -39,8 +39,7 @@ extern use_struct_convention_fn i386nbsd_use_struct_convention;
we extract the pc (JB_PC) that we will land at. The pc is copied into ADDR.
This routine returns true on success */
-extern int
-get_longjmp_target PARAMS ((CORE_ADDR *));
+extern int get_longjmp_target (CORE_ADDR *);
#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)