about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-10-29 20:39:07 -0400
committerCarlos O'Donell <carlos@redhat.com>2014-10-29 20:39:07 -0400
commit0c6891a0037dae32d512970690502227f856fa20 (patch)
treea356639bd594155217937e9f0d0f47e915ce0a13 /ChangeLog
parentcc00cecef5cca965191cd8f75aec85d6b4bb399a (diff)
downloadglibc-0c6891a0037dae32d512970690502227f856fa20.tar.gz
glibc-0c6891a0037dae32d512970690502227f856fa20.tar.xz
glibc-0c6891a0037dae32d512970690502227f856fa20.zip
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6874e5404d..a28bb3b345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.