nginx/src/os
Valentin Bartenev 9ef4b63328 Adjusted file->sys_offset after the write() syscall.
This fixes suboptimal behavior caused by surplus lseek() for sequential writes
on systems without pwrite().  A consecutive read after write might result in an
error on systems without pread() and pwrite().

Fortunately, at the moment there are no widely used systems without these
syscalls.
2015-11-17 19:01:41 +03:00
..
unix Adjusted file->sys_offset after the write() syscall. 2015-11-17 19:01:41 +03:00
win32 Win32: MSVC 2015 compatibility. 2015-08-17 18:09:17 +03:00