Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / libbind / dist / port / cygwin / include / sys / wait.h
blob4c1fd129c2455df5ac81bb532a622d6cf8b43080
1 /* $NetBSD$ */
3 #ifndef _cygwin_sys_wait_h
5 #include_next <sys/wait.h>
7 #if !defined (WCOREDUMP)
8 # define WCOREDUMP(x) (((x) & 0x80) == 0x80)
9 #endif
11 #endif