changeset 14579:9e7c988068ce

Support non-blocking pipe I/O and SIGPIPE in pwrite(). * modules/pwrite (Depends-on): Add 'write'.
author Bruno Haible <bruno@clisp.org>
date Thu, 14 Apr 2011 02:14:45 +0200
parents 4e83bc0de9e4
children b59a75c48ef7
files ChangeLog modules/pwrite
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-13  Bruno Haible  <bruno@clisp.org>
+
+	Support non-blocking pipe I/O and SIGPIPE in pwrite().
+	* modules/pwrite (Depends-on): Add 'write'.
+
 2011-04-13  Bruno Haible  <bruno@clisp.org>
 
 	Support non-blocking pipe I/O in write() on native Windows.
--- a/modules/pwrite
+++ b/modules/pwrite
@@ -9,6 +9,7 @@
 extensions
 lseek
 unistd
+write
 
 configure.ac:
 gl_FUNC_PWRITE