aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/nm-lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/nm-lynx.h')
-rw-r--r--gdb/config/nm-lynx.h4
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 */