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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/config/nm-lynx.h b/gdb/config/nm-lynx.h
index 034d2a0..1cd2bd1 100644
--- a/gdb/config/nm-lynx.h
+++ b/gdb/config/nm-lynx.h
@@ -71,7 +71,8 @@
#include "target.h"
-extern int child_wait (int pid, struct target_waitstatus *status);
+extern ptid_t child_wait (ptid_t ptid,
+ struct target_waitstatus *status);
/* Lynx needs a special definition of this so that we can
print out the pid and thread number seperately. */
@@ -79,6 +80,6 @@ extern int child_wait (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 (int pid);
+extern char *lynx_pid_to_str (ptid_t ptid);
#endif /* NM_LYNX_H */