rust/src/libnative
Alex Crichton 8375a22b16 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
2014-04-30 11:37:01 -07:00
..
io native: Always open a file with Open/Write modes 2014-04-30 11:37:01 -07:00
lib.rs auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me 2014-04-06 02:56:39 -07:00
task.rs native: Fix a race in select() 2014-04-15 19:45:00 -07:00