[PATCH 2/2] Consolidate pwritev/pwritev64 implementations

Adhemerval Zanella adhemerval.zanella@linaro.org
Fri Jun 3 13:43:00 GMT 2016



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.



More information about the Libc-alpha mailing list