1 /*	$NetBSD: wait.h,v 1.1.1.1 2009/04/12 15:33:55 christos Exp $	*/
2 
3 #ifndef _cygwin_sys_wait_h
4 
5 #include_next <sys/wait.h>
6 
7 #if !defined (WCOREDUMP)
8 # define WCOREDUMP(x) (((x) & 0x80) == 0x80)
9 #endif
10 
11 #endif
12