mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 18:28:43 -04: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
|