Subversion Repositories Kolibri OS

Rev

Rev 6099 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6099 Rev 6109
Line 653... Line 653...
653
#define	_XOPEN_SOURCE		700
653
#define	_XOPEN_SOURCE		700
654
#define	__BSD_VISIBLE		1
654
#define	__BSD_VISIBLE		1
655
#define	__GNU_VISIBLE		1
655
#define	__GNU_VISIBLE		1
656
#endif
656
#endif
Line -... Line 657...
-
 
657
 
-
 
658
#define	__GNU_VISIBLE		1
657
 
659
 
658
/* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
660
/* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
659
#if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1
661
#if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1
660
#undef _POSIX_C_SOURCE		/* Probably illegal, but beyond caring now. */
662
#undef _POSIX_C_SOURCE		/* Probably illegal, but beyond caring now. */
661
#define	_POSIX_C_SOURCE		199009
663
#define	_POSIX_C_SOURCE		199009