mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Define XTABS to TAB3 on alpha to match Linux 4.16.
This patch makes the alpha bits/termios.h define XTABS to TAB3, so matching a change made in Linux 4.16 as well as matching other architectures where the values are already equal. Tested with build-many-glibcs.py for alpha-linux-gnu. * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC] (XTABS): Define to TAB3.
This commit is contained in:
parent
0900a84959
commit
573963e32f
@ -1,3 +1,8 @@
|
||||
2018-04-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
|
||||
(XTABS): Define to TAB3.
|
||||
|
||||
2018-04-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
* sysdeps/hppa/fpu/libm-test-ulps: Update.
|
||||
|
@ -117,7 +117,7 @@ struct termios
|
||||
#define VT1 00200000
|
||||
|
||||
#ifdef __USE_MISC
|
||||
# define XTABS 01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */
|
||||
# define XTABS TAB3
|
||||
#endif
|
||||
|
||||
/* c_cflag bit meaning */
|
||||
|
Loading…
Reference in New Issue
Block a user