musl/arch
Rich Felker cbb609b3db fix terminal control ioctl constants for sh
this commit changes the names to match the kernel names, exposing
under the normal names the "old" versions which work with a smaller
termios structure compatible with the userspace structure, and
renaming the "new" versions with "2" on the end like the kernel has.

this fixes spurious warnings "Unsupported ioctl: cmd=0x802c542a" from
qemu-sh4 and should be more correct anyway, since our userspace
termios structure does not have meaningful information in the part
which the kernel would be interpreting as speeds with the new ioctl.
2014-07-29 16:40:51 -04:00
..
arm clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
i386 clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
microblaze clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
mips clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
or1k remove unused a_cas_l from or1k atomic.h 2014-07-27 21:59:58 -04:00
powerpc clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
sh fix terminal control ioctl constants for sh 2014-07-29 16:40:51 -04:00
x32 clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
x86_64 clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00