Use copy_file_range system call for copying on Linux systems

Brian Burkhalter brian.burkhalter at oracle.com
Wed Feb 16 20:03:41 UTC 2022


On Feb 16, 2022, at 9:51 AM, Ilya Starchenko <redux1234567 at mail.ru<mailto:redux1234567 at mail.ru>> wrote:

I think we can just check if syscall return ENOSYS and if it’s true fail back to more generic code.

The code would not even build without the syscall in the headers so I don’t think so.

Brian


More information about the core-libs-dev mailing list