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 1/2] Add nocancel version of pread64()


On 10/3/19 9:55 AM, Carlos O'Donell wrote:
> On 8/5/19 5:54 PM, Leandro Pereira wrote:
>> This is in preparation for changes in the dynamic linker so that pread() is used instead of lseek()+read().
>>
>> 2019-08-05  Leandro Pereira  <leandro.pereira@microsoft.com>
>>
>> 	* sysdeps/generic/not-cancel.h: New macro.
>> 	* sysdeps/unix/sysv/linux/not-cancel.h: New macro.
>> 	* sysdeps/unix/sysv/linux/pread64_nocancel.c: Implement nocancel
>> 	version of pread64.
>> 	* sysdeps/unix/sysv/linux/Versions (GLIBC_PRIVATE): Add
>> 	__pread64_nocancel.
>> 	* sysdeps/unix/sysv/linux/Makefile: Reference pread64_nocancel.c.
> 
> OK for master. I'll push after testing with bmg.
> 
> Reviewed-by: Carlos O'Donell <carlos@redhat.com>

Pushed.

-- 
Cheers,
Carlos.


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