summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits/ioctl-types.h
AgeCommit message (Collapse)Author
2019-09-30PowerPC: Fix termios definitionsAdhemerval Zanella
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. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> [Vadim: adopted for uclibc ]
2001-10-15include/bits from glibc-2.2.4-1David Schleef
2001-03-16Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen