xref: /netbsd-src/external/bsd/libbind/dist/port/cygwin/include/sys/wait.h (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
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