491
488
#ifndef O_SHARE /* Probably not windows */
492
489
#define O_SHARE 0 /* Flag to my_open for shared files */
494
493
#define O_BINARY 0 /* Flag to my_open for binary files */
497
497
#define FILE_BINARY O_BINARY /* Flag to my_fopen for binary streams */
501
500
#define F_TO_EOF 0L /* Param to lockf() to lock rest of file */