mips,powerpc: fix TIOCSER_TEMT in termios.h
authorSzabolcs Nagy <nsz@port70.net>
Mon, 27 Nov 2017 01:16:14 +0000 (01:16 +0000)
committerRich Felker <dalias@aerifal.cx>
Thu, 22 Feb 2018 23:48:38 +0000 (18:48 -0500)
commit9eda4dc69c33852c97c6f69176bf45ffc80b522f
tree6c02602365dd79466b6127c5a7682c2f7c372fae
parente69608700fa5a6920b3c8ba9951f43f5d4ec0eaa
mips,powerpc: fix TIOCSER_TEMT in termios.h

use the same token to define TIOCSER_TEMT as is used in ioctl.h
so when both headers are included there are no redefinition warnings
during musl build.
arch/mips/bits/termios.h
arch/mips64/bits/termios.h
arch/mipsn32/bits/termios.h
arch/powerpc/bits/termios.h
arch/powerpc64/bits/termios.h