aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémie Galarneau <jeremie.galarneau@efficios.com>2015-10-13 18:00:50 -0400
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 00:34:48 +0100
commit4d70ca99ed12deef71f77030126d74ce1054102f (patch)
tree4d0659ea9474b313b4670233ad8bbdd77923ad29
parentbf9c09382bfe8a1db46642f5c32c81e3320ab6ab (diff)
downloadman-pages-4d70ca99ed12deef71f77030126d74ce1054102f.tar.gz
posix_fallocate.3: ERRORS: add EINTR
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@efficios.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/posix_fallocate.33
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/posix_fallocate.3 b/man3/posix_fallocate.3
index f68216c268..b06310b8d3 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.