mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
8083afa55d
This patch defines TIOCSER_TEMT on all architectures using the __USE_MISC guards similar to BZ#17782 fix. Latest Linux UAPI defines TIOCSER_TEMT with the same value for all architectures, so it is safe to use the value as default for all ABIs. Checked on x86_64linux-gnu and build against sparc64-linux-gnu and powerpc64le-linux-gnu. [BZ #17783] * sysdeps/unix/sysv/linux/bits/termios.h [__USE_MISC] (TIOCSER_TEMT): Define. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC] (TIOCSER_TEMT): Likewise. * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_MISC] (TEOCSER_TEMT): Likewise. |
||
---|---|---|
.. | ||
environments.h | ||
fcntl.h | ||
ioctl-types.h | ||
ipc.h | ||
local_lim.h | ||
mman.h | ||
msq-pad.h | ||
ppc.h | ||
procfs.h | ||
sem-pad.h | ||
semaphore.h | ||
shm-pad.h | ||
sigstack.h | ||
stat.h | ||
termios.h | ||
wordsize.h |