glibc/sysdeps/unix/sysv/linux/powerpc/bits
Adhemerval Zanella d4795e4a43 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.
2014-08-06 14:31:54 -04:00
..
environments.h
fcntl.h
ioctl-types.h PowerPC: Fix termios definitions 2014-08-06 14:31:54 -04:00
ipc.h
libc-vdso.h
local_lim.h PowerPC: Move remaining nptl/sysdeps/unix/sysv/linux/powerpc/ files. 2014-05-26 11:45:14 -05:00
mman.h
msq.h
ppc.h
pthreadtypes.h Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00
sem.h
semaphore.h
shm.h
sigstack.h
stat.h
termios.h PowerPC: Fix termios definitions 2014-08-06 14:31:54 -04:00
wordsize.h