diff options
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r-- | gdb/hppah-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index 67e507c..30e7ab9 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -33,7 +33,7 @@ extern CORE_ADDR text_end; -static void fetch_register PARAMS ((int)); +static void fetch_register (int); void fetch_inferior_registers (regno) @@ -492,7 +492,7 @@ startup_semaphore_t; static startup_semaphore_t startup_semaphore; -extern int parent_attach_all PARAMS ((int, PTRACE_ARG3_TYPE, int)); +extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int); #ifdef PT_SETTRC /* This function causes the caller's process to be traced by its |