aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-05-17 11:11:53 -0700
committerDavid S. Miller <davem@davemloft.net>2014-05-17 11:11:53 -0700
commitf56c7a6ac411174de3556d1a8a4c2a33bd09869b (patch)
tree1716ba5a35ae37f063aa8d1480f8e11ee69573c6 /ChangeLog
parentf75616b2b1095cf17c3330f33f4bcfcc8fc2fdcd (diff)
downloadglibc-f56c7a6ac411174de3556d1a8a4c2a33bd09869b.tar
glibc-f56c7a6ac411174de3556d1a8a4c2a33bd09869b.tar.gz
glibc-f56c7a6ac411174de3556d1a8a4c2a33bd09869b.tar.bz2
glibc-f56c7a6ac411174de3556d1a8a4c2a33bd09869b.zip
Fix some termios.h conformtest failures on sparc.
* sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP): Protect with __USE_GNU. (TIOCSET_TEMPT): Likewise. (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS, TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as these are already provided in bits/ioctl-types.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13118b41d3..c16e823640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-05-17 David S. Miller <davem@davemloft.net>
+
+ * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
+ Protect with __USE_GNU.
+ (TIOCSET_TEMPT): Likewise.
+ (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
+ TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
+ these are already provided in bits/ioctl-types.h
+
2014-05-16 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):