gdb/
[deliverable/binutils-gdb.git] / gdb / gdb_wait.h
index a583050868bde8663997e4954562e8324d578f43..19485f50f63200e3746dd7046a9276dc70651cc4 100644 (file)
 
 /* 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))
This page took 0.024051 seconds and 4 git commands to generate.