glibc/sysdeps/unix/sysv/linux/powerpc/bits
H. Peter Anvin e04afb7177 linux/termio: remove <termio.h> and struct termio
The <termio.h> interface is absolutely ancient: it was obsoleted by
<termios.h> already in the first version of POSIX (1988) and thus
predates the very first version of Linux. Unfortunately, some constant
macros are used both by <termio.h> and <termios.h>; particularly
problematic is the baud rate constants since the termio interface
*requires* that the baud rate is set via an enumeration as part of
c_cflag.

In preparation of revamping the termios interface to support the
arbitrary baud rate capability that the Linux kernel has supported
since 2008, remove <termio.h> in the hope that no one still uses this
archaic interface.

Note that there is no actual code in glibc to support termio: it is
purely an unabstracted ioctl() interface.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
2025-04-25 07:30:59 +02:00
..
types Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
environments.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fcntl.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ioctl-types.h linux/termio: remove <termio.h> and struct termio 2025-04-25 07:30:59 +02:00
ipc-perm.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mman.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ppc.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
procfs.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pthread_stack_min.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rseq.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sigstack.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
socket-constants.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
struct_stat.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios-baud.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios-c_cc.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios-c_cflag.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios-c_iflag.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios-c_lflag.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios-c_oflag.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios-misc.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
timesize.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
typesizes.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wordsize.h login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) 2024-04-19 14:38:17 +02:00