musl/arch
Rich Felker 7158481d51 add consistent reserved fields in mips64/n32 termios structures
the (unused) speed fields were omitted when these ports were first
added (within this release cycle, so not present in any release yet)
in accordance with how glibc defines the structure on mips archs.
however their omission does not match existing musl practice/intent.

glibc provides its own, mostly-unified termios structure definition
and performs translation in userspace to match the kernel structure
for the arch, but has gratuitous differences on a few archs like mips,
presumably as a result of historical mistakes. some other libcs use
the kernel definitions directly. musl essentially does that, by
matching the kernel layout in the part of the structure the kernel
will read/write, but leaves additional space at the end for
extensibility. these are nominally the (nonstandard) speed fields and
(on most archs) extra c_cc elements, but since they are not used they
could be repurposed if there's ever a need.
2016-07-03 10:49:52 -04:00
..
aarch64 add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
arm fix posix_fadvise syscall args on powerpc, unify with arm fix 2016-07-01 13:32:35 -04:00
generic/bits deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
i386 add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
microblaze deduplicate __NR_* and SYS_* syscall number definitions 2016-05-12 00:34:05 -05:00
mips add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
mips64 add consistent reserved fields in mips64/n32 termios structures 2016-07-03 10:49:52 -04:00
mipsn32 add consistent reserved fields in mips64/n32 termios structures 2016-07-03 10:49:52 -04:00
or1k add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
powerpc fix posix_fadvise syscall args on powerpc, unify with arm fix 2016-07-01 13:32:35 -04:00
powerpc64 add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
sh deduplicate __NR_* and SYS_* syscall number definitions 2016-05-12 00:34:05 -05:00
x32 add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
x86_64 add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00