[PATCH v2 09/12] termios: Consolidate tcflow symbolic constants

Siddhesh Poyarekar siddhesh@gotplt.org
Mon Dec 31 15:55:00 GMT 2018


On 28/12/18 6:39 AM, Adhemerval Zanella wrote:
> This patch consolidates the termios symbolic constants for use with tcflow
> on a its own header.  The Linux generic implementation values match the

in its own header.

> kernel UAPI and each architecture with deviate values have their own
> implementation (currently only mips).
> 
> No semantic change is expected, checked on a build against x86_64-linux-gnu,
> alpha-linux-gnu, mips64-linux-gnu, and sparc64-linux-gnu.
> 
> 	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
> 	termios-tcflow.h.
> 	* sysdeps/unix/sysv/linux/bits/termios-tcflow.h: New file.
> 	* sysdeps/unix/sysv/linux/mips/bits/termios-tcflow.h: Likewise.
> 	* sysdeps/unix/sysv/linux/bits/termios.h (TCSANOW, TCSADRAIN,
> 	TCSAFLUSH): Move to termios-tcflow.h.
> 	* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
> 	* sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
> 	* sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
> 	* sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.

OK with that fixup.

Siddhesh



More information about the Libc-alpha mailing list