Subversion Repositories Kolibri OS

Rev

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

Rev 4921 Rev 5369
Line 41... Line 41...
41
/*	O_NDELAY	_FNBIO 		set in include/fcntl.h */
41
/*	O_NDELAY	_FNBIO 		set in include/fcntl.h */
42
#define	O_NONBLOCK	_FNONBLOCK
42
#define	O_NONBLOCK	_FNONBLOCK
43
#define	O_NOCTTY	_FNOCTTY
43
#define	O_NOCTTY	_FNOCTTY
44
/* For machines which care - */
44
/* For machines which care - */
45
#if defined (_WIN32) || defined (__CYGWIN__)
45
#define _FBINARY        0x10000
46
#define _FBINARY        0x10000
-
 
47
#define _FTEXT          0x20000
46
#define _FTEXT          0x20000
48
#define _FNOINHERIT	0x40000
47
#define _FNOINHERIT	0x40000
49
 
48
 
Line 50... Line 49...
50
#define O_BINARY	_FBINARY
49
#define O_BINARY	_FBINARY
Line 64... Line 63...
64
#define _O_TEXT		O_TEXT
63
#define _O_TEXT		O_TEXT
65
#define _O_BINARY	O_BINARY
64
#define _O_BINARY	O_BINARY
66
#define _O_RAW		O_BINARY
65
#define _O_RAW		O_BINARY
67
#define _O_NOINHERIT	O_NOINHERIT
66
#define _O_NOINHERIT	O_NOINHERIT
68
#endif
67
 
69
 
-
 
Line 70... Line 68...
70
#ifndef	_POSIX_SOURCE
68
#ifndef	_POSIX_SOURCE
Line 71... Line 69...
71
 
69
 
72
/*
70
/*