diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-07-24 08:28:57 -0400 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-08-06 14:31:54 -0400 |
commit | d4795e4a43e6f0c221bc5dc64c612206a21a177b (patch) | |
tree | 203f9cadce14bef4d0f48cf3cb9d4906c020431a /posix | |
parent | 27bb6dc0db1d0da548a0be3ec1aa33e2c25565cd (diff) | |
download | glibc-d4795e4a43e6f0c221bc5dc64c612206a21a177b.tar.gz glibc-d4795e4a43e6f0c221bc5dc64c612206a21a177b.tar.xz glibc-d4795e4a43e6f0c221bc5dc64c612206a21a177b.zip |
PowerPC: Fix termios definitions
This patch fixes the incorrect guard by __USE_MISC of struct winsize and struct termio in powerpc termios header. Current states leads to build failures if the program defines _XOPEN_SOURCE, but not _DEFAULT_SOURCE or either _BSD_SOURCE or _SVID_SOURCE. Without any definition, __USE_MISC will not be defined and neither the struct definitions. This patch copies the default Linux ioctl-types.h by adjusting only the character control field (c_cc) size in struct termio.
Diffstat (limited to 'posix')
0 files changed, 0 insertions, 0 deletions