diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-07 06:43:04 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-16 15:54:30 -0500 |
commit | 026b0fe4e7a17f30281028c40ecb3e479826a9bd (patch) | |
tree | 65e83ba8921282452dcb823d810df39c42dba73f /ChangeLog | |
parent | fe39b021f490246b0c2d4f7035b239c77ab98aff (diff) | |
download | glibc-026b0fe4e7a17f30281028c40ecb3e479826a9bd.zip glibc-026b0fe4e7a17f30281028c40ecb3e479826a9bd.tar.gz glibc-026b0fe4e7a17f30281028c40ecb3e479826a9bd.tar.bz2 |
PowerPC: clean BSD Terminal Modes expectation in termios.h
This patch guard the BSD definition for terminal modes in PowerPC
specific header fixing the following conformance failures:
FAIL: conform/POSIX/termios.h/conform
FAIL: conform/POSIX2008/termios.h/conform
FAIL: conform/UNIX98/termios.h/conform
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard + BSD terminal modes definitions. + 2014-05-16 Roland McGrath <roland@hack.frob.com> * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file. |