1 /*	$NetBSD: wait.h,v 1.1.1.1 2009/04/12 15:33:52 christos Exp $	*/
2 
3 #ifndef _sunos_sys_wait_h
4 
5 #include_next <sys/wait.h>
6 
7 #define WCOREDUMP(x)	(((union __wait*)&(x))->__w_coredump)
8 
9 #endif
10