about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-11-02 15:37:50 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-11-02 18:15:04 +0100
commit6e36266cec43aac8bb22457428343fcbd523f108 (patch)
treedca106a4c9781146810943274f70f6aa1259e119 /ChangeLog
parent599f7beee7f693926dc2775dc5054007c96b7b74 (diff)
downloadglibc-6e36266cec43aac8bb22457428343fcbd523f108.tar.gz
glibc-6e36266cec43aac8bb22457428343fcbd523f108.tar.xz
glibc-6e36266cec43aac8bb22457428343fcbd523f108.zip
support/shell-container.c: Use support_copy_file_range
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da72d308c8..497f5b721c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2018-11-02  Florian Weimer  <fweimer@redhat.com>
 
+	* support/shell-container.c (copy_func): Call
+	support_copy_file_range instead of copy_file_range to support
+	cross-device copies.
+
+2018-11-02  Florian Weimer  <fweimer@redhat.com>
+
 	* support/test-container.c: Include <libc-pointer-arith.h> for
 	ALIGN_UP.