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 2/2] Consolidate pwritev/pwritev64 implementations



On 03/06/2016 04:19, Franz Sirl wrote:
> 
>> diff --git a/misc/Makefile b/misc/Makefile
>> index 658d4ba..aab1174 100644
>> --- a/misc/Makefile
>> +++ b/misc/Makefile
>> @@ -90,6 +90,8 @@ CFLAGS-readv.c = -fexceptions -fasynchronous-unwind-tables
>>  CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables
>>  CFLAGS-preadv.c = -fexceptions -fasynchronous-unwind-tables
>>  CFLAGS-preadv64.c = -fexceptions -fasynchronous-unwind-tables
>> +CFLAGS-pwritev.c = -fexceptions -fasynchronous-unwind-tables
>> +CFLAGS-pwrite64.c = -fexceptions -fasynchronous-unwind-tables
> ~~~~~~~~~~~~~~~~^^
> 
> Typo missing v?
> 
> Franz
> 

Yes and ideally it should be make the cancellation tests fail on some
platforms I checked (specially on ppc64le).  However there is no
cancellation test for preadv/pwritev, so I will add one.


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