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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bedd70b830fb6947197b4718d3e7472a81d3ba41;p=pspp Support non-blocking pipe I/O and SIGPIPE in pwrite(). * modules/pwrite (Depends-on): Add 'write'. --- 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