]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cp: use copy_file_range if available
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Jun 2020 00:34:23 +0000 (17:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Jun 2020 01:53:43 +0000 (18:53 -0700)
commit4b04a0c3b792d27909670a81d21f2a3b3e0ea563
tree898cf618ecaf0ac0fbc7467eada46e9a4294b79b
parenta6eaee501f6ec0c152abe88640203a64c390993e
cp: use copy_file_range if available

* NEWS: Mention this.
* bootstrap.conf (gnulib_modules): Add copy-file-range.
* src/copy.c (sparse_copy): Try copy_file_range if not
looking for holes.
NEWS
bootstrap.conf
src/copy.c