xref: /netbsd-src/external/bsd/libbind/dist/port/sunos/include/sys/wait.h (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
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