musl/arch
Rich Felker eb5ae94016 fix minor namespace issues in termios.h
the output delay features (NL*, CR*, TAB*, BS*, and VT*) are
XSI-shaded. VT* is in the V* namespace reservation but the rest need
to be suppressed in base POSIX namespace.

unfortunately this change introduces feature test macro checks into
another bits header. at some point these checks should be simplified
by having features.h handle the "FTM X implies Y" relationships.
2018-03-10 18:19:41 -05:00
..
aarch64 aarch64: add sve_context struct and related defines from linux v4.15 2018-02-22 18:51:32 -05:00
arm arm: add get_tls syscall from linux v4.15 2018-02-22 18:49:24 -05:00
generic/bits fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
i386 use PAGESIZE rather than PAGE_SIZE in user.h bits 2018-03-10 17:49:23 -05:00
microblaze microblaze: add statx syscall from linux v4.13 2017-11-05 18:41:29 -05:00
mips fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
mips64 fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
mipsn32 fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
or1k reverse definition dependency between PAGESIZE and PAGE_SIZE 2018-03-10 17:47:14 -05:00
powerpc fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
powerpc64 fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
s390x use PAGESIZE rather than PAGE_SIZE in user.h bits 2018-03-10 17:49:23 -05:00
sh reverse definition dependency between PAGESIZE and PAGE_SIZE 2018-03-10 17:47:14 -05:00
x32 use PAGESIZE rather than PAGE_SIZE in user.h bits 2018-03-10 17:49:23 -05:00
x86_64 use PAGESIZE rather than PAGE_SIZE in user.h bits 2018-03-10 17:49:23 -05:00