OSDN Git Service

2011-05-04 Yao Qi <yao@codesourcery.com>
[pf3gnuchains/pf3gnuchains4x.git] / gdb / gdb_wait.h
index a583050..19485f5 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))