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