mirror of git://sourceware.org/git/glibc.git
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. |
||
|---|---|---|
| .. | ||
| environments.h | ||
| fcntl.h | ||
| ioctl-types.h | ||
| ipc.h | ||
| libc-vdso.h | ||
| local_lim.h | ||
| mman.h | ||
| msq.h | ||
| ppc.h | ||
| pthreadtypes.h | ||
| sem.h | ||
| semaphore.h | ||
| shm.h | ||
| sigstack.h | ||
| stat.h | ||
| termios.h | ||
| wordsize.h | ||