about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-30 11:37:01 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-04-30 11:37:01 -0700
commit8375a22b16ae6d746ccfd1f725a26562f55a82ba (patch)
tree6feb1937e652a1c0a0b58529be35c06c976a22b7 /src/rustllvm/RustWrapper.cpp
parent7e9f3ea42361a5a938a4f22beff28bb2ade48af4 (diff)
downloadrust-8375a22b16ae6d746ccfd1f725a26562f55a82ba.tar.gz
rust-8375a22b16ae6d746ccfd1f725a26562f55a82ba.zip
native: Always open a file with Open/Write modes
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
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions