Danny Robson d0950a97fa posix/fd: fix the win32 pwrite emulation
We had assumed that WriteFile/OVERLAPPED operations didn't modify the
file cursor. This was wrong. We emulate the POSIX behaviour using a few
explicit seek calls.

This introduces an incorrect transient state, but isn't a huge problem
for our use cases.
2019-07-01 15:44:17 +10:00
..
2018-09-10 12:36:42 +10:00
2019-04-26 12:11:25 +10:00
2019-04-26 12:11:25 +10:00