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