Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libcxx] Fix build for glibc < 2.27 (llvm#121893)
PR llvm#109211 introduced a build break on systems with glibc < 2.27, since copy_file_range was only introduced after that version. A version check is added to prevent this breakage.
- Loading branch information