Support non-blocking pipe I/O and SIGPIPE in pwrite().
authorBruno Haible <bruno@clisp.org>
Thu, 14 Apr 2011 00:14:45 +0000 (02:14 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Apr 2011 00:14:45 +0000 (02:14 +0200)
* modules/pwrite (Depends-on): Add 'write'.

ChangeLog
modules/pwrite

index d01c665..9d3809d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * lib/unistd.in.h (write): Enable replacement also if
        GNULIB_UNISTD_H_NONBLOCKING is 1.
index b6511a2..0770364 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 extensions
 lseek
 unistd
+write
 
 configure.ac:
 gl_FUNC_PWRITE