diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 18:31:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 18:31:41 +0000 |
commit | 253a59ccb571dc67b6dc303192d8d99378a35c75 (patch) | |
tree | 18d6f47901988675a889825ad15ce88fc545af51 /ChangeLog | |
parent | 27dae0113e527aa2a94350d1f624c6e7c81139ce (diff) | |
download | glibc-253a59ccb571dc67b6dc303192d8d99378a35c75.zip glibc-253a59ccb571dc67b6dc303192d8d99378a35c75.tar.gz glibc-253a59ccb571dc67b6dc303192d8d99378a35c75.tar.bz2 |
Fix MIPS TIOCSER_TEMT namespace (bug 17782).
sysdeps/unix/sysv/linux/mips/bits/termios.h defines TIOCSER_TEMT
unconditionally, but it's in the user's namespace. This patch
conditions it on __USE_MISC, as on powerpc. I've filed bug 17783 for
the residual inconsistency in conditions on this macro (sparc defines
it for __USE_GNU only).
[BZ #17782]
* sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
Condition macro definition on [__USE_MISC].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2015-01-02 Joseph Myers <joseph@codesourcery.com> + [BZ #17782] + * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT): + Condition macro definition on [__USE_MISC]. + [BZ #17781] * sysdeps/unix/sysv/linux/mips/bits/sigaction.h (struct sigaction): Change type of sa_flags field to int. |