linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jérémie Galarneau" <jeremie.galarneau-vg+e7yoeK/dWk0Htik3J/w@public.gmane.org>
To: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	"Jérémie Galarneau"
	<jeremie.galarneau-vg+e7yoeK/dWk0Htik3J/w@public.gmane.org>
Subject: [PATCH] posix_fallocate.3: fallocate may be interrupted
Date: Tue, 13 Oct 2015 18:00:50 -0400	[thread overview]
Message-ID: <1444773650-3009-1-git-send-email-jeremie.galarneau@efficios.com> (raw)

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>
---
 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2015-10-13 22:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13 22:00 Jérémie Galarneau [this message]
     [not found] ` <1444773650-3009-1-git-send-email-jeremie.galarneau-vg+e7yoeK/dWk0Htik3J/w@public.gmane.org>
2016-03-08 21:18   ` [PATCH] posix_fallocate.3: fallocate may be interrupted Jérémie Galarneau
2016-03-08 23:34   ` Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444773650-3009-1-git-send-email-jeremie.galarneau@efficios.com \
    --to=jeremie.galarneau-vg+e7yoek/dwk0htik3j/w@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).