From Rodney Brown: Define MERGEPID when needed.

This commit is contained in:
Andrew Cagney 2000-02-16 08:02:57 +00:00
parent 1a645206d4
commit eeefac92e7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Feb 16 19:00:02 2000 Andrew Cagney <cagney@b1.cygnus.com>
From 2000-01-26 Rodney Brown <RodneyBrown@pmsc.com>:
* procfs.c: Define MERGEPID if not defined. For osf4.0e.
2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
* Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not

View File

@ -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