about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-03-17 16:27:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-03-17 16:27:03 +0000
commit20409ce5e806c7d2fba103d6b88b5a0c2f2fbf5a (patch)
treef5efbd979ef39f9212babb4da5f5ec35da4bcca2 /ChangeLog
parent0cb521871ba11772fb52617cdba1b66089ffd749 (diff)
downloadglibc-20409ce5e806c7d2fba103d6b88b5a0c2f2fbf5a.tar.gz
glibc-20409ce5e806c7d2fba103d6b88b5a0c2f2fbf5a.tar.xz
glibc-20409ce5e806c7d2fba103d6b88b5a0c2f2fbf5a.zip
Make alpha termios.h define IXANY unconditionally (bug 21259).
sysdeps/unix/sysv/linux/alpha/bits/termios.h defines IXANY only if
__USE_MISC.  But it's in the base standard for POSIX.1:2008, and
XSI-shaded in previous standards.  This patch makes the header define
it unconditionally, like other versions of this header do (it's always
reserved by standards that don't require it, so defining
unconditionally is OK by the standards).

Tested (compilation only) for alpha with build-many-glibcs.py.  Note
that there are still termios.h conformtest failures after this patch
because of other issues with the alpha version of this header.

	[BZ #21259]
	* sysdeps/unix/sysv/linux/alpha/bits/termios.h (IXANY): Define
	unconditionally, not just for [__USE_MISC].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 517d6d356f..9fd5ebc564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-03-17  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #21259]
+	* sysdeps/unix/sysv/linux/alpha/bits/termios.h (IXANY): Define
+	unconditionally, not just for [__USE_MISC].
+
 	[BZ #17786]
 	* sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
 	* conform/data/sys/stat.h-data (stat.st_dev): XFAIL for