From bedd70b830fb6947197b4718d3e7472a81d3ba41 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 Apr 2011 02:14:45 +0200 Subject: [PATCH] Support non-blocking pipe I/O and SIGPIPE in pwrite(). * modules/pwrite (Depends-on): Add 'write'. --- ChangeLog | 5 +++++ modules/pwrite | 1 + 2 files changed, 6 insertions(+) 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 -- 2.11.0