When a package uses the gnulib modules 'pwrite' and 'nonblocking', it ought to get a pwrite() function that works on non-blocking file descriptors. This implements it.
2011-04-13 Bruno Haible <[email protected]> Support non-blocking pipe I/O and SIGPIPE in pwrite(). * modules/pwrite (Depends-on): Add 'write'. --- modules/pwrite.orig Thu Apr 14 02:10:38 2011 +++ modules/pwrite Thu Apr 14 02:09:19 2011 @@ -9,6 +9,7 @@ extensions lseek unistd +write configure.ac: gl_FUNC_PWRITE -- In memoriam Anton Schmid <http://en.wikipedia.org/wiki/Anton_Schmid> <http://www.shoah.dk/Courage/Schmid.htm>
