mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
We add Linux-realted comments about the atomicity of write with respect to file offsets. As of Linux 3.14 the file offset update is atomic. That means that multiple threads calling the write syscall can not possibly get the same file offset. Therefore the writes should not overlap and data should not be lost as is required by POSIX.
165 KiB
165 KiB