diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-22 21:45:38 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-22 21:45:38 +0000 |
commit | a89794ecfa23772332aa3af0bd4c805636314f60 (patch) | |
tree | fb36064dbed25c94690f1a090448050d7de31754 /gdb/config/nm-lynx.h | |
parent | 581a81d2bed63e5910a0715d6bf685cfc4746bc6 (diff) | |
download | gdb-a89794ecfa23772332aa3af0bd4c805636314f60.tar.gz |
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 e97b886971a..88974b180b3 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 */ |