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 d01c6652c2..9d3809de03 100644 --- 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 index b6511a2099..077036474d 100644 --- a/modules/pwrite +++ b/modules/pwrite @@ -9,6 +9,7 @@ Depends-on: extensions lseek unistd +write configure.ac: gl_FUNC_PWRITE -- 2.30.2