]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define XTABS to TAB3 on alpha to match Linux 4.16.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 20 Apr 2018 19:52:02 +0000 (19:52 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 20 Apr 2018 19:52:02 +0000 (19:52 +0000)
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.

ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/termios.h

index 46bd350d0f4921141da3c56adf838bcad075f86c..6b17507d53272794585eee0956b5859313ad6402 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 7bf8bfe68bb0c20e786a4d31591f3354bde396ae..24423e8fc9de8e63c0c690829c4b31f1e46e3a7c 100644 (file)
@@ -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 */