mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-15 21:40:05 +00:00
(OXTABS): Define as alias for XTABS.
This commit is contained in:
parent
d44e567483
commit
ccc9296868
@ -112,6 +112,10 @@ struct termios
|
||||
#define VT1 00200000
|
||||
#define XTABS 01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */
|
||||
|
||||
/* On Linux there is no OXTABS bit defined. Take it as an alias for
|
||||
XTABS. */
|
||||
#define OXTABS XTABS
|
||||
|
||||
/* c_cflag bit meaning */
|
||||
#define CBAUD 0000037
|
||||
#define B0 0000000 /* hang up */
|
||||
|
Loading…
Reference in New Issue
Block a user