diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-12-22 21:45:38 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-12-22 21:45:38 +0000 |
commit | ed9a39ebf9f55562c7c582155f6721c3e685ce91 (patch) | |
tree | a4d79644b877ba407080f1e1120fdf203a1e50b7 /gdb/config/nm-lynx.h | |
parent | d3a09475522de47cb8f641b3235d58ee10320f64 (diff) | |
download | gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.zip gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.tar.gz gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.tar.bz2 |
import gdb-1999-12-21 snapshot
Diffstat (limited to 'gdb/config/nm-lynx.h')
-rw-r--r-- | gdb/config/nm-lynx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/config/nm-lynx.h b/gdb/config/nm-lynx.h index e97b886..88974b1 100644 --- a/gdb/config/nm-lynx.h +++ b/gdb/config/nm-lynx.h @@ -75,10 +75,9 @@ extern int child_wait PARAMS ((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. */ -#undef target_pid_to_str - -#define target_pid_to_str(PID) lynx_pid_to_str (PID) +/* override child_pid_to_str in inftarg.c */ +#define CHILD_PID_TO_STR extern char *lynx_pid_to_str PARAMS ((int pid)); #endif /* NM_LYNX_H */ |