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 d01c6652c2b2aba336bdffac31fb8d5fa38d1127..9d3809de038e2742a17c902df3752798f495645e 100644 (file)
--- 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.
index b6511a20999b7b88131a929bb1fb7ad0d0354b7d..077036474da9e2462ca6bf1110233ce2f0ed7c8a 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 extensions
 lseek
 unistd
+write
 
 configure.ac:
 gl_FUNC_PWRITE