4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-09 02:29:07 +08:00
Mark Geisert f6bb317565 Cygwin: Have tmpfile(3) use O_TMPFILE
Per discussion on cygwin-developers, a Cygwin tmpfile(3) implementation
has been added to syscalls.cc.  This overrides the one supplied by
newlib.  Then the open(2) flag O_TMPFILE was added to the open call that
tmpfile internally makes.

This v2 patch removes O_CREAT from open() call as O_TMPFILE obviates it.
Note that open() takes a directory's path but returns an fd to a file.
2021-03-03 17:57:31 -05:00
..
3.0
2020-10-14 10:54:05 -04:00
2020-10-14 10:54:06 -04:00
2020-10-14 10:54:12 -04:00
2020-10-14 10:54:20 -04:00
2021-03-03 17:57:31 -05:00