PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / config / nm-lynx.h
index 88974b180b3b03c9cdecdadf60b283e17fbcd2ef..4a6f6e40c0dda12fd6e28774b588d70d27e2e645 100644 (file)
@@ -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 */
This page took 0.023983 seconds and 4 git commands to generate.