]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: utilize FILE_DISPOSITION_POSIX_SEMANTICS
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 23 Dec 2018 20:36:42 +0000 (21:36 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 23 Dec 2018 20:36:42 +0000 (21:36 +0100)
commita7f392686b5b2091e8f555ff2a2d63443e1fcb1c
treed37ead53abc737b5758193f734f1789180ed121e
parent0c25ca40ce7897e3951a91986b6381ebe6ea7d23
Cygwin: utilize FILE_DISPOSITION_POSIX_SEMANTICS

- short-circuit most code in unlink_nt since it's not necessary
  anymore if FILE_DISPOSITION_POSIX_SEMANTICS is supported.

- Immediately remove O_TMPFILE from filesystem after creation.
  Disable code for now because we have to implement /proc/self/fd
  opening by handle first, lest linkat fails.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/syscalls.cc
This page took 0.028303 seconds and 5 git commands to generate.