# HG changeset patch # User Bruno Haible # Date 1302740085 -7200 # Node ID 9e7c988068ce92b6d207cce1673510101ab26e9c # Parent 4e83bc0de9e43766b016bed88c2fa32bdec2fe16 Support non-blocking pipe I/O and SIGPIPE in pwrite(). * modules/pwrite (Depends-on): Add 'write'. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-13 Bruno Haible + + Support non-blocking pipe I/O and SIGPIPE in pwrite(). + * modules/pwrite (Depends-on): Add 'write'. + 2011-04-13 Bruno Haible Support non-blocking pipe I/O in write() on native Windows. diff --git a/modules/pwrite b/modules/pwrite --- a/modules/pwrite +++ b/modules/pwrite @@ -9,6 +9,7 @@ extensions lseek unistd +write configure.ac: gl_FUNC_PWRITE