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/config/nm-lynx.h | |
parent | 3c07fb76e69e648d58d507fdb05cf8d461d87dcb (diff) | |
download | gdb-a14ed312fd86dd2c862847230931451da2e49942.zip gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.gz gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.bz2 |
PARAMS removal.
Diffstat (limited to 'gdb/config/nm-lynx.h')
-rw-r--r-- | gdb/config/nm-lynx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/nm-lynx.h b/gdb/config/nm-lynx.h index 88974b1..4a6f6e4 100644 --- a/gdb/config/nm-lynx.h +++ b/gdb/config/nm-lynx.h @@ -70,7 +70,7 @@ #include "target.h" -extern int child_wait PARAMS ((int pid, struct target_waitstatus * status)); +extern int child_wait (int pid, struct target_waitstatus *status); /* Lynx needs a special definition of this so that we can print out the pid and thread number seperatly. */ @@ -78,6 +78,6 @@ extern int child_wait PARAMS ((int pid, struct target_waitstatus * status)); /* override child_pid_to_str in inftarg.c */ #define CHILD_PID_TO_STR -extern char *lynx_pid_to_str PARAMS ((int pid)); +extern char *lynx_pid_to_str (int pid); #endif /* NM_LYNX_H */ |