8 lines
122 B
C
8 lines
122 B
C
#ifndef _sunos_sys_wait_h
|
|
|
|
#include_next <sys/wait.h>
|
|
|
|
#define WCOREDUMP(x) (((union __wait*)&(x))->__w_coredump)
|
|
|
|
#endif
|