2011-05-04 Yao Qi <yao@codesourcery.com>
* gdb_wait.h: remove WAITTYPE and WCOREDUMP.
This commit is contained in:
parent
9507a174f5
commit
f70bd40b64
@ -1,3 +1,7 @@
|
||||
2011-05-04 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb_wait.h: remove WAITTYPE and WCOREDUMP.
|
||||
|
||||
2011-05-03 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Revert:
|
||||
|
@ -78,12 +78,6 @@
|
||||
|
||||
/* These are not defined in POSIX, but are used by our programs. */
|
||||
|
||||
#define WAITTYPE int
|
||||
|
||||
#ifndef WCOREDUMP
|
||||
#define WCOREDUMP(w) (((w)&0200) != 0)
|
||||
#endif
|
||||
|
||||
#ifndef WSETEXIT
|
||||
# ifdef W_EXITCODE
|
||||
#define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0))
|
||||
|
Loading…
Reference in New Issue
Block a user