This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] microblaze: don't use copy_file_range syscall with kernel headers < 4.10


On Sun, 28 Jan 2018, Romain Naour wrote:

> copy_file_range syscall was added for microblaze in 4.10.
> 
> This patch makes the MicroBlaze kernel-features.h undefine
> __ASSUME_COPY_FILE_RANGE for toolchains built with kernel headers < 4.10.
> 
> 	* sysdeps/unix/sysv/linux/microblaze/kernel-features.h
> 	(__ASSUME_COPY_FILE_RANGE) [__LINUX_KERNEL_VERSION < 0x040A00]: Undef.

Thanks, committed.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]