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>
This commit is contained in:
Jérémie Galarneau 2015-10-13 18:00:50 -04:00 committed by Michael Kerrisk
parent bf9c09382b
commit 4d70ca99ed
1 changed files with 3 additions and 0 deletions

View File

@ -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.