summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-16 08:02:57 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-16 08:02:57 +0000
commiteeefac92e79636a56765dd59d9009f9a837c9d7a (patch)
tree94b609618a2cc4f95f261ba3c536636343920705 /gdb/procfs.c
parent1a645206d487cc7f2622a185c1231cdd73150f97 (diff)
downloadbinutils-gdb-eeefac92e79636a56765dd59d9009f9a837c9d7a.tar.gz
From Rodney Brown: Define MERGEPID when needed.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 920019fae17..b1080783498 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