aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-03-20 17:32:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-03-20 17:32:19 +0000
commitba7fe6906d213e226dff8606dca64feb48718e27 (patch)
treeb639c8bb9810a44792a11a86c7cb5d0da550db76 /ChangeLog
parentddc3fb333469c2997798742dc0509dc1e3201d91 (diff)
downloadglibc-ba7fe6906d213e226dff8606dca64feb48718e27.zip
glibc-ba7fe6906d213e226dff8606dca64feb48718e27.tar.gz
glibc-ba7fe6906d213e226dff8606dca64feb48718e27.tar.bz2
Fix alpha termios.h NL2, NL3 namespace (bug 21268).
sysdeps/unix/sysv/linux/alpha/bits/termios.h defines NL2 and NL3 for __USE_MISC || __USE_XOPEN. These should only be defined for __USE_MISC as they are not part of any standard namespace. This patch conditions them accordingly, matching the powerpc version of the header (the only other one in glibc that defines these macros). Tested (compilation only) with build-many-glibcs.py. [BZ #21268] * sysdeps/unix/sysv/linux/alpha/bits/termios.h (NL2): Define only if [__USE_MISC] (NL3): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 578714c..b3ca80c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-03-20 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #21268]
+ * sysdeps/unix/sysv/linux/alpha/bits/termios.h (NL2): Define only
+ if [__USE_MISC]
+ (NL3): Likewise.
+
2017-03-20 Mike Frysinger <vapier@gentoo.org>
[BZ #21275]