From: Bruno Haible Date: Thu, 14 Apr 2011 00:14:45 +0000 (+0200) Subject: Support non-blocking pipe I/O and SIGPIPE in pwrite(). X-Git-Tag: v0.1~2946 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=bedd70b830fb6947197b4718d3e7472a81d3ba41;p=gnulib.git Support non-blocking pipe I/O and SIGPIPE in pwrite(). * modules/pwrite (Depends-on): Add 'write'. --- diff --git a/ChangeLog b/ChangeLog index d01c6652c..9d3809de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * lib/unistd.in.h (write): Enable replacement also if GNULIB_UNISTD_H_NONBLOCKING is 1. diff --git a/modules/pwrite b/modules/pwrite index b6511a209..077036474 100644 --- a/modules/pwrite +++ b/modules/pwrite @@ -9,6 +9,7 @@ Depends-on: extensions lseek unistd +write configure.ac: gl_FUNC_PWRITE