mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
10 lines
141 B
C
10 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
|