bind9/lib/bind/port/cygwin/include/sys/wait.h
2002-12-27 03:13:51 +00:00

9 lines
141 B
C

#ifndef _cygwin_sys_wait_h
#include_next <sys/wait.h>
#if !defined (WCOREDUMP)
# define WCOREDUMP(x) (((x) & 0x80) == 0x80)
#endif
#endif