From: Joseph Myers Date: Fri, 20 Apr 2018 19:52:02 +0000 (+0000) Subject: Define XTABS to TAB3 on alpha to match Linux 4.16. X-Git-Tag: glibc-2.28~326 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=573963e32ffac46d9891970ddebde2ac3212c5c0;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 46bd350d0f4..6b17507d532 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-20 Joseph Myers + + * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC] + (XTABS): Define to TAB3. + 2018-04-20 Adhemerval Zanella * sysdeps/hppa/fpu/libm-test-ulps: Update. diff --git a/sysdeps/unix/sysv/linux/alpha/bits/termios.h b/sysdeps/unix/sysv/linux/alpha/bits/termios.h index 7bf8bfe68bb..24423e8fc9d 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/termios.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/termios.h @@ -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 */