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 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fcntl.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ioctl-types.h PowerPC: Fix termios definitions 2014-08-06 14:31:54 -04:00
ipc.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
libc-vdso.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
local_lim.h PowerPC: Move remaining nptl/sysdeps/unix/sysv/linux/powerpc/ files. 2014-05-26 11:45:14 -05:00
mman.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
msq.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ppc.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
pthreadtypes.h Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00
sem.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
semaphore.h PowerPC: Move NPTL ABI headers to sysdeps. 2014-05-26 11:41:47 -05:00
shm.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sigstack.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
stat.h Complete _BSD_SOURCE / _SVID_source followup cleanup. 2014-02-21 21:45:26 +00:00
termios.h PowerPC: Fix termios definitions 2014-08-06 14:31:54 -04:00
wordsize.h