[PATCH] posix_fallocate.3: fallocate may be interrupted

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

 



The glibc implementation of posix_fallocate, which calls
fallocate(), may be interrupted. The fallocate() emulation
also makes use of pread()/pwrite(), which may also be
interrupted.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@xxxxxxxxxxxx>
---
 man3/posix_fallocate.3 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/man3/posix_fallocate.3 b/man3/posix_fallocate.3
index 6d8d593..d30f681 100644
--- a/man3/posix_fallocate.3
+++ b/man3/posix_fallocate.3
@@ -98,6 +98,9 @@ referred to by
 .B ESPIPE
 .I fd
 refers to a pipe.
+.TP
+.B EINTR
+A signal was caught during execution.
 .SH VERSIONS
 .BR posix_fallocate ()
 is available since glibc 2.1.94.
-- 
2.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux