mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
io: Remove copy_file_range emulation [BZ #24744]
The kernel is evolving this interface (e.g., removal of the restriction on cross-device copies), and keeping up with that is difficult. Applications which need the function should run kernels which support the system call instead of relying on the imperfect glibc emulation. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -49,7 +49,6 @@
|
||||
# undef __ASSUME_RENAMEAT2
|
||||
# undef __ASSUME_EXECVEAT
|
||||
# undef __ASSUME_MLOCK2
|
||||
# undef __ASSUME_COPY_FILE_RANGE
|
||||
#endif
|
||||
|
||||
/* sh does not support the statx system call before 5.1. */
|
||||
|
Reference in New Issue
Block a user