diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-16 08:02:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-16 08:02:57 +0000 |
commit | eeefac92e79636a56765dd59d9009f9a837c9d7a (patch) | |
tree | 94b609618a2cc4f95f261ba3c536636343920705 /gdb/procfs.c | |
parent | 1a645206d487cc7f2622a185c1231cdd73150f97 (diff) | |
download | gdb-eeefac92e79636a56765dd59d9009f9a837c9d7a.zip gdb-eeefac92e79636a56765dd59d9009f9a837c9d7a.tar.gz gdb-eeefac92e79636a56765dd59d9009f9a837c9d7a.tar.bz2 |
From Rodney Brown: Define MERGEPID when needed.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 920019f..b108078 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -293,6 +293,8 @@ typedef prstatus_t gdb_lwpstatus_t; #ifndef PIDGET #define PIDGET(PID) (PID) #define TIDGET(PID) (PID) +#endif +#ifndef MERGEPID #define MERGEPID(PID, TID) (PID) #endif |