mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef _sunos_sys_wait_h
|
|
|
|
#include_next <sys/wait.h>
|
|
|
|
#define WCOREDUMP(x) (((union __wait*)&(x))->__w_coredump)
|
|
|
|
#endif
|