1b5bbbf877
Previously, windows was using the CREATE_NEW flag which fails if the file previously existed, which differed from the unix semantics. This alters the opening to use the OPEN_ALWAYS flag to mirror the unix semantics. Closes #13861 |
||
---|---|---|
.. | ||
addrinfo.rs | ||
c_unix.rs | ||
c_win32.rs | ||
file_unix.rs | ||
file_win32.rs | ||
mod.rs | ||
net.rs | ||
pipe_unix.rs | ||
pipe_win32.rs | ||
process.rs | ||
timer_helper.rs | ||
timer_unix.rs | ||
timer_win32.rs | ||
util.rs |