about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2018-10-09 17:41:28 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-01-03 09:32:12 -0200
commit51f4beb0812fa407fb9638637c81b4f303e2241f (patch)
tree34913ad8a9b8dcf6b9392f14045d9cad8abb1319 /ChangeLog
parentf69c5cb2a53c242e24f41145f64e3480856a4dd6 (diff)
downloadglibc-51f4beb0812fa407fb9638637c81b4f303e2241f.tar.gz
glibc-51f4beb0812fa407fb9638637c81b4f303e2241f.tar.xz
glibc-51f4beb0812fa407fb9638637c81b4f303e2241f.zip
termios: Add powerpc termios-misc
PowerPC termios.h header contains additional BSD terminal mode definitions
(sgttyb, tchars, ltchars, and associated TIOCPKT_* symbolic constants).
This patch moves all powerpc termios specific definition to its own header.

No semantic change is expected, checked on a build against a
powerpc64le-linux-gnu build.

	* sysdeps/unix/sysv/linux/powerpc/bits/termios-misc.h: New file.
	* sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
	(struct sgtty, struct tchars, struct ltchars, TIOCPKT_DATA,
	TIOCPKT_FLUSHREAD, TIOCPKT_FLUSHWRITE, TIOCPKT_STOP, TIOCPKT_START,
	TIOCPKT_NOSTOP, TIOCPKT_DOSTOP, _VINTR, _VQUIT, _VERASE, _VKILL,
	_VEOF, _VMIN, _VEOL, _VTIME, _VEOL2, _VSWTC): Move to
	termios-misc.h.
	* sysdeps/unix/sysv/linux/powerpc/Makefile [$subdir == misc]
	(sysdep_headers): Add termios-misc.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 562cfae240..77275a1a01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2019-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+	* sysdeps/unix/sysv/linux/powerpc/bits/termios-misc.h: New file.
+	* sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
+	(struct sgtty, struct tchars, struct ltchars, TIOCPKT_DATA,
+	TIOCPKT_FLUSHREAD, TIOCPKT_FLUSHWRITE, TIOCPKT_STOP, TIOCPKT_START,
+	TIOCPKT_NOSTOP, TIOCPKT_DOSTOP, _VINTR, _VQUIT, _VERASE, _VKILL,
+	_VEOF, _VMIN, _VEOL, _VTIME, _VEOL2, _VSWTC): Move to
+	termios-misc.h.
+	* sysdeps/unix/sysv/linux/powerpc/Makefile [$subdir == misc]
+	(sysdep_headers): Add termios-misc.h.
+
 	* 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.