Subversion Repositories tendra.SVN

Rev

Blame | 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