diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
commit | a14ed312fd86dd2c862847230931451da2e49942 (patch) | |
tree | e7a00cec4f6ebd4b2d5dd59695c802ef6997d9da /gdb/hppah-nat.c | |
parent | 3c07fb76e69e648d58d507fdb05cf8d461d87dcb (diff) | |
download | gdb-a14ed312fd86dd2c862847230931451da2e49942.zip gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.gz gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.bz2 |
PARAMS removal.
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 |