mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
From Rodney Brown: Define MERGEPID when needed.
This commit is contained in:
parent
1a645206d4
commit
eeefac92e7
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user