glibc/termios
H. Peter Anvin (Intel) edf7328db2 termios: make __tcsetattr() the internal interface
There is a prototype for an internal __tcsetattr() function in
include/termios.h, but tcsetattr without __ were still declared as the
actual functions.

Make this match the comment and make __tcsetattr() an internal
interface. This will be required to version struct termios for Linux on
MIPS and SPARC.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2025-06-17 09:11:38 -03:00
..
sys
Makefile Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Versions
cfmakeraw.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
cfsetspeed.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
speed.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcdrain.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcflow.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcflush.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcgetattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcgetpgrp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcgetsid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcsendbrk.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tcsetattr.c termios: make __tcsetattr() the internal interface 2025-06-17 09:11:38 -03:00
tcsetpgrp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00