Subversion Repositories tendra.SVN

Rev

Rev 5 | Rev 73 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#ifndef __HACKED_UNISTD_INCLUDED
2
#define __HACKED_UNISTD_INCLUDED
3
 
72 7u83 4
/*#include_next <unistd.h>*/
2 7u83 5
 
6
#ifdef _POSIX_JOB_CONTROL
7
#undef _POSIX_JOB_CONTROL
8
#define _POSIX_JOB_CONTROL	1
9
#endif
10
 
11
#define _POSIX_SAVED_IDS	0
12
 
13
#ifndef _SC_XOPEN_VERSION
14
#define _SC_XOPEN_VERSION	0
15
#endif
16
 
17
#ifndef _SC_PASS_MAX
18
#define _SC_PASS_MAX		0
19
#endif
20
 
21
#endif