diff options
author | Carlos O'Donell <carlos@redhat.com> | 2014-11-06 15:58:52 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-11-06 15:58:52 -0500 |
commit | a2887bdb2729e77786a56139d02a6d8cb1290bce (patch) | |
tree | bbf0d26769eb86dc740b7dafd36657bff0177355 /ChangeLog | |
parent | da53d6dbc28d2a90d6e14dd661e68611c3b741cf (diff) | |
download | glibc-a2887bdb2729e77786a56139d02a6d8cb1290bce.tar.gz glibc-a2887bdb2729e77786a56139d02a6d8cb1290bce.tar.xz glibc-a2887bdb2729e77786a56139d02a6d8cb1290bce.zip |
manual/llio.texi: Comment on write atomicity.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d7cf67c2f..6f3a85f123 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-11-06 Carlos O'Donell <carlos@redhat.com> + * manual/llio.texi: Add comment that write safety has been + fixed in Linux. + * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so. (localplt-build-dso): Add elf/ld.so. * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr |