[PATCH 1/6] O_CLOEXEC O_NOFOLLOW O_DIRECTORY O_EXEC O_DIRECT

Sebastian Huber sebastian.huber@embedded-brains.de
Tue Oct 9 21:39:00 GMT 2018


On 08/10/2018 15:38, Sebastian Huber wrote:
> +#if defined (__CYGWIN__)
>   #define O_BINARY	_FBINARY
>   #define O_TEXT		_FTEXT
>   #define O_DSYNC         _FSYNC
>   #define O_RSYNC         _FSYNC
> -#define O_EXEC          _FEXECSRCH
>   #define O_SEARCH        _FEXECSRCH

I just noticed that O_SEARCH is a POSIX flag as well, so this should 
move out of the Cygwin-specific block too.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the Newlib mailing list