Rev 6 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __HACKED_SYS_WAIT_INCLUDED
#define __HACKED_SYS_WAIT_INCLUDED
#include_next <sys/wait.h>
#ifdef WSTOPSIG
#undef WSTOPSIG
#define WSTOPSIG( w ) WEXITSTATUS ( w )
#endif
#endif