2011-05-04 Yao Qi <yao@codesourcery.com>
* gdb_wait.h: remove WAITTYPE and WCOREDUMP.
This commit is contained in:
parent
9507a174f5
commit
f70bd40b64
2 changed files with 4 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue