diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 2000-02-10 20:06:32 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 2000-02-10 20:06:32 +0000 |
commit | 09f99d3f446170c2a816243f855d8fdd5cbc5aef (patch) | |
tree | 187272984d1ccbe5c31c9eec48b7b1c6d93160d5 /gdb/defs.h | |
parent | 203051afdeff1e81f8c4e9f754753b8ae68dca0b (diff) | |
download | gdb-09f99d3f446170c2a816243f855d8fdd5cbc5aef.zip gdb-09f99d3f446170c2a816243f855d8fdd5cbc5aef.tar.gz gdb-09f99d3f446170c2a816243f855d8fdd5cbc5aef.tar.bz2 |
* defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson and
approved by Michael Snyder.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |