diff options
author | Carlos O'Donell <carlos@redhat.com> | 2014-10-29 20:39:07 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-10-29 20:39:07 -0400 |
commit | 0c6891a0037dae32d512970690502227f856fa20 (patch) | |
tree | a356639bd594155217937e9f0d0f47e915ce0a13 /ChangeLog | |
parent | cc00cecef5cca965191cd8f75aec85d6b4bb399a (diff) | |
download | glibc-0c6891a0037dae32d512970690502227f856fa20.zip glibc-0c6891a0037dae32d512970690502227f856fa20.tar.gz glibc-0c6891a0037dae32d512970690502227f856fa20.tar.bz2 |
manual/llio.texi: Add Linux-specific comments for write().
Add Linux-specific comments about the atomicity of write() and
the POSIX requirements.
2014-10-29 Carlos O'Donell <carlos@redhat.com>
* manual/llio.texi: Add comments discussing why write() may be
considered MT-unsafe on Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-10-29 Carlos O'Donell <carlos@redhat.com> + + * manual/llio.texi: Add comments discussing why write() may be + considered MT-unsafe on Linux. + 2014-10-28 Carlos O'Donell <carlos@redhat.com> * dl-load.c (local_strdup): Remove. |