Re: [PATCH] libc/include/sys/_default_fcntl.h: O_RSYNC and O_DSYNC are POSIX
Joel Sherrill <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAF9ehCUjb=n4Jm210Cqs0EoWy-QxiBwFZ7UPVeQTSXLXE=2trg@mail.gmail.com> |
Merged. Thanks. --joel On Wed, Jul 3, 2024 at 6:15 AM Corinna Vinschen <[email protected]> wrote: > On Jun 29 15:59, Joel Sherrill wrote: > > These should not be in a Cygewin conditional. > > --- > > newlib/libc/include/sys/_default_fcntl.h | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/newlib/libc/include/sys/_default_fcntl.h > b/newlib/libc/include/sys/_default_fcntl.h > > index ce721fa23..148e97dd2 100644 > > --- a/newlib/libc/include/sys/_default_fcntl.h > > +++ b/newlib/libc/include/sys/_default_fcntl.h > > @@ -71,11 +71,12 @@ extern "C" { > > #define O_DIRECT _FDIRECT > > #endif > > > > +#define O_DSYNC _FSYNC > > +#define O_RSYNC _FSYNC > > + > > #if defined (__CYGWIN__) > > #define O_BINARY _FBINARY > > #define O_TEXT _FTEXT > > -#define O_DSYNC _FSYNC > > -#define O_RSYNC _FSYNC > > > > /* Linux-specific flags */ > > #if __GNU_VISIBLE > > -- > > 2.24.4 > > LGTM, please push. > > Thanks, > Corinna > >