mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson and
approved by Michael Snyder.
This commit is contained in:
parent
203051afde
commit
09f99d3f44
@ -1,3 +1,8 @@
|
||||
2000-02-10 Jim Kingdon <kingdon@redhat.com>
|
||||
|
||||
* defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson and
|
||||
approved by Michael Snyder.
|
||||
|
||||
2000-02-09 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* linux-thread.c: Include defs.h before gdb_wait.h.
|
||||
|
@ -1218,6 +1218,7 @@ extern int use_windows;
|
||||
#ifndef PIDGET
|
||||
#define PIDGET(PID) (PID)
|
||||
#define TIDGET(PID) 0
|
||||
#define MERGEPID(PID, TID) (PID)
|
||||
#endif
|
||||
|
||||
/* If under Cygwin, provide backwards compatibility with older
|
||||
|
Loading…
Reference in New Issue
Block a user