From bad7a0c81f501fbbcc79af9eaa4b8254441c4a1f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 22 Dec 2017 10:55:40 +0100 Subject: copy_file_range: New function to copy file data The semantics are based on the Linux system call, but a very close emulation in user space is provided. --- io/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'io/Versions') diff --git a/io/Versions b/io/Versions index 64316cd025..98898cb9d5 100644 --- a/io/Versions +++ b/io/Versions @@ -125,4 +125,7 @@ libc { GLIBC_2.23 { fts64_children; fts64_close; fts64_open; fts64_read; fts64_set; } + GLIBC_2.27 { + copy_file_range; + } } -- cgit 1.4.1