bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

non-blocking I/O in pwrite


From: Bruno Haible
Subject: non-blocking I/O in pwrite
Date: Thu, 14 Apr 2011 02:15:26 +0200
User-agent: KMail/1.9.9

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  <address@hidden>

        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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]