]> sourceware.org Git - glibc.git/commit
termios: Define TIOCSER_TEMT with __USE_MISC (BZ#17783)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 8 Oct 2018 20:51:32 +0000 (17:51 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 3 Jan 2019 11:32:12 +0000 (09:32 -0200)
commit8083afa55d8c68abc02902e9a6ff16be5f301940
tree755437189501b4bed4b41f9bebfa1c355ce09083
parent4d7d7dc6fe52216bab2a1a171966028276b0dde3
termios: Define TIOCSER_TEMT with __USE_MISC (BZ#17783)

This patch defines TIOCSER_TEMT on all architectures using the __USE_MISC
guards similar to BZ#17782 fix.  Latest Linux UAPI defines TIOCSER_TEMT
with the same value for all architectures, so it is safe to use the value
as default for all ABIs.

Checked on x86_64linux-gnu and build against sparc64-linux-gnu and
powerpc64le-linux-gnu.

[BZ #17783]
* sysdeps/unix/sysv/linux/bits/termios.h [__USE_MISC] (TIOCSER_TEMT):
Define.
* sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
(TIOCSER_TEMT): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_MISC]
(TEOCSER_TEMT): Likewise.
ChangeLog
sysdeps/unix/sysv/linux/bits/termios.h
sysdeps/unix/sysv/linux/powerpc/bits/termios.h
sysdeps/unix/sysv/linux/sparc/bits/termios.h
This page took 0.04521 seconds and 5 git commands to generate.