Subversion Repositories tendra.SVN

Rev

Rev 5 | Rev 73 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 72
Line 2... Line 2...
2
#define __HACKED_UNISTD_INCLUDED
2
#define __HACKED_UNISTD_INCLUDED
3
 
3
 
4
#include_next <unistd.h>
4
/*#include_next <unistd.h>*/
5
 
5
 
6
#ifdef _POSIX_JOB_CONTROL
6
#ifdef _POSIX_JOB_CONTROL
7
#undef _POSIX_JOB_CONTROL
7
#undef _POSIX_JOB_CONTROL
8
#define _POSIX_JOB_CONTROL	1
8
#define _POSIX_JOB_CONTROL	1
9
#endif
9
#endif