diff options
author | Yao Qi <yao@codesourcery.com> | 2011-05-04 06:28:45 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-05-04 06:28:45 +0000 |
commit | f70bd40b64ff27f2601415cf8667a1261ddce7c3 (patch) | |
tree | b50a529d91ab880277104bb2f0ef8e792f84b33d /gdb/gdb_wait.h | |
parent | 9507a174f5ab48ee28522efc30ff10cd25f0d4b8 (diff) | |
download | gdb-f70bd40b64ff27f2601415cf8667a1261ddce7c3.zip gdb-f70bd40b64ff27f2601415cf8667a1261ddce7c3.tar.gz gdb-f70bd40b64ff27f2601415cf8667a1261ddce7c3.tar.bz2 |
2011-05-04 Yao Qi <yao@codesourcery.com>
* gdb_wait.h: remove WAITTYPE and WCOREDUMP.
Diffstat (limited to 'gdb/gdb_wait.h')
-rw-r--r-- | gdb/gdb_wait.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdb_wait.h b/gdb/gdb_wait.h index a583050..19485f5 100644 --- a/gdb/gdb_wait.h +++ b/gdb/gdb_wait.h @@ -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)) |