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 03/12] termios: Consolidate termios c_cc symbolic constants



On 09/11/2018 10:36, Gabriel F. T. Gomes wrote:
>> On 15/10/2018 17:49, Adhemerval Zanella wrote:
>>> This patch consolidates the termios symbolic constants used as subscript
>>> for the array c_cc on its own header.  The Linux generic implementation
>>> values match the kernel UAPI and each architecture with deviate values
>>> have their own implementation (in this case alpha, mips64, and sparc64).
> 
> Although I don't feel very qualified to review this patch set, one detail
> caught my attention here.  You mentioned that alpha, mips64, and sparc64
> have their own implementation, however, it looks like powerpc also does
> (and you have carefully taken care of it, as I can see in the patch).
> 
> So, is the message missing a mention to powerpc, or is there something
> else going on?

You are right, powerpc does have its own implementation and I will add
on patch description.

> 
>>> No semantic change is expected, checked on a build against x86_64-linux-gnu,
>>> alpha-linux-gnu, mips64-linux-gnu, and sparc64-linux-gnu.
> 
> I started a build on a powerpc64 machine.
> 
> Other than the message not mentioning powerpc, the patch looks good, but,
> as I mentioned previously, I don't think I'm qualified to review it.
> 

Thanks for checking on it.


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