This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/6] O_CLOEXEC O_NOFOLLOW O_DIRECTORY O_EXEC O_DIRECT


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]