aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb_wait.h')
-rw-r--r--gdb/gdb_wait.h6
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))