summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-12-22 10:55:40 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-12-22 10:55:40 +0100
commitbad7a0c81f501fbbcc79af9eaa4b8254441c4a1f (patch)
tree2734074b2ca53301953e238e6ce362bdc94f9604 /NEWS
parent6cb86fd21ca6fdfc31042cda8c37f96c46b8a4da (diff)
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d60b31575d..2a1a4bfd85 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,8 @@ Major new features:
declares the functions pkey_alloc, pkey_free, pkey_mprotect, pkey_set,
pkey_get.
+* The copy_file_range function was added.
+
* Optimized memcpy, mempcpy, memmove, and memset for sparc M7.
* The ldconfig utility now processes `include' directives using the C/POSIX