fix generic termios.h macro exposure/namespace issues
authorSzabolcs Nagy <nsz@port70.net>
Sun, 3 Jul 2016 15:07:56 +0000 (17:07 +0200)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Jul 2016 19:02:23 +0000 (15:02 -0400)
commit2e128574c9c46b240a15c07058b772fb7e47a75e
tree38106187815c7f7d141543553f275e88fccad90e
parent126f58b2f44a0ba730831a6a4fef8daf85d9a601
fix generic termios.h macro exposure/namespace issues

add EXTA, EXTB, CIBAUD, CMSPAR, XCASE macros and hide them as well as
CBAUD, ECHOCTL, ECHOPRT, ECHOKE, FLUSHO, PENDIN in standard mode.

the new macros are both in glibc termios.h and in linux asm/termbits.h,
the later also contains IBSHIFT and BOTHER, those were not added.

these are not standard macros, but some of them are in the reserved
namespace so could be exposed, the ones which are not reserved are
CIBAUD, CMSPAR and XCASE (which was removed in issue 6), the rest
got hidden to be consistent with glibc.
arch/generic/bits/termios.h