]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
termios: Remove Linux _IOT_termios
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 9 Oct 2018 20:28:27 +0000 (17:28 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 3 Jan 2019 11:32:12 +0000 (09:32 -0200)
It is used only on hurd.

No semantic change is expected, checked on a build against x86_64-linux-gnu,
alpha-linux-gnu, mips64-linux-gnu, and sparc64-linux-gnu.

* sysdeps/unix/sysv/linux/bits/termios.h (_IOT_termios): Remove.
* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.

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

index c6c1d2c4b5fa984933605b4bb694be9dbccd8fa6..562cfae2409625bb15032a5e1b5a532bdf2ae33d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2019-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+       * sysdeps/unix/sysv/linux/bits/termios.h (_IOT_termios): Remove.
+       * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
+
        * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
        termios-tcflow.h.
        * sysdeps/unix/sysv/linux/bits/termios-tcflow.h: New file.
index fc47547e22bf0c0a14f420540e177f43cc2ece17..24b2c5259c45d380bfed34923a21ef668b92fef7 100644 (file)
@@ -67,6 +67,3 @@ typedef unsigned int  tcflag_t;
 #define        TCIOFLUSH       2
 
 #include <bits/termios-tcflow.h>
-
-#define _IOT_termios /* Hurd ioctl type field.  */ \
-  _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
index a2ce092cec61dbc2eb46734e374123b280804be5..158f58b9f58cabcbb3bf9f187c09f8c213becfce 100644 (file)
@@ -72,6 +72,3 @@ typedef unsigned int  tcflag_t;
 #define        TCIOFLUSH       2
 
 #include <bits/termios-tcflow.h>
-
-#define _IOT_termios /* Hurd ioctl type field.  */ \
-  _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
index 7f38f856f988fd42f4301293afe0cf8792602b2d..b024f5e20fa8bc5bf8b3519275df83f395953ad5 100644 (file)
@@ -72,6 +72,3 @@ typedef unsigned int  tcflag_t;
 #define        TCIOFLUSH       2       /* Discard all pending data.  */
 
 #include <bits/termios-tcflow.h>
-
-#define _IOT_termios /* Hurd ioctl type field.  */ \
-  _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)