bind9/lib/bind/port/cygwin/include/sys/wait.h

10 lines
141 B
C
Raw Normal View History

2002-12-26 22:13:51 -05:00
#ifndef _cygwin_sys_wait_h
#include_next <sys/wait.h>
#if !defined (WCOREDUMP)
# define WCOREDUMP(x) (((x) & 0x80) == 0x80)
#endif
#endif