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