* [PATCH] copy_file_range: update for glibc compatibility
@ 2018-01-01 4:12 Shawn Landden
[not found] ` <20180101041259.642-1-slandden-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Shawn Landden @ 2018-01-01 4:12 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Shawn Landden
Signed-off-by: Shawn Landden <slandden-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
man2/copy_file_range.2 | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2
index 6e50ea6ec..3a3a6aa9f 100644
--- a/man2/copy_file_range.2
+++ b/man2/copy_file_range.2
@@ -27,7 +27,7 @@
copy_file_range \- Copy a range of data from one file to another
.SH SYNOPSIS
.nf
-.B #include <sys/syscall.h>
+.B #define _GNU_SOURCE
.B #include <unistd.h>
.PP
.BI "ssize_t copy_file_range(int " fd_in ", loff_t *" off_in ,
@@ -124,12 +124,13 @@ are not on the same mounted filesystem.
.SH VERSIONS
The
.BR copy_file_range ()
-system call first appeared in Linux 4.5.
-Library support was added in glibc 2.27.
+system call first appeared in Linux 4.5, but glibc 2.27 provides a user-space
+emulation when it is not available.
+.\" https://sourceware.org/git/?p=glibc.git;a=commit;f=posix/unistd.h;h=bad7a0c81f501fbbcc79af9eaa4b8254441c4a1f
.SH CONFORMING TO
The
.BR copy_file_range ()
-system call is a nonstandard Linux extension.
+system call is a nonstandard Linux and GNU extension.
.SH NOTES
If
.I file_in
--
2.14.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-08 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-01 4:12 [PATCH] copy_file_range: update for glibc compatibility Shawn Landden
[not found] ` <20180101041259.642-1-slandden-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-01-08 23:58 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox