On 10/14/2015 12:00 AM, Jérémie Galarneau wrote:
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.
Thanks for the ping, Jérémie. And thanks for the patch. Applied.
Cheers,
Michael
quoted hunk
Signed-off-by: Jérémie Galarneau <redacted>
---
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.
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html