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/4] Consolidate off_t/off64_t syscall argument passing



On 10-04-2016 01:14, Mike Frysinger wrote:
> On 25 Feb 2016 17:19, Adhemerval Zanella wrote:
>> --- a/sysdeps/unix/sysv/linux/sysdep.h
>> +++ b/sysdeps/unix/sysv/linux/sysdep.h
>>
>> +/* Provide a dummy argument that can be used to force register
>> +   alignment for register pairs if required by the syscall ABI.  */
>> +#ifdef __ASSUME_ALIGNED_REGISTER_PAIRS
>> +#define __ALIGNMENT_ARG 0,
>> +#define __ALIGNMENT_COUNT(a,b) b
>> +#else
>> +#define __ALIGNMENT_ARG
>> +#define __ALIGNMENT_COUNT(a,b) a
>> +#endif
> 
> while not a new issue, should the return be parenthesized ?
> i.e. (b) and (a) ?
> -mike
> 

I will change that, thanks.


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