termios: Move isatty, __isatty_nostatus from io

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

The definition may depend on termios internals.
This commit is contained in:
Florian Weimer 2025-07-11 16:04:07 +02:00
parent c5687b4c49
commit 02e7ac5ee3
6 changed files with 5 additions and 5 deletions

View File

@ -91,8 +91,6 @@ routines := \
getcwd \
getdirname \
getwd \
isatty \
isatty_nostatus \
lchmod \
lchown \
link \

View File

@ -26,9 +26,6 @@ libc {
# g*
get_current_dir_name; getcwd; getwd;
# i*
isatty;
# l*
lchown; link; lockf; lseek;

View File

@ -36,6 +36,8 @@ routines := \
cfmakeraw \
cfsetbaud \
cfsetspeed \
isatty \
isatty_nostatus \
speed \
tcdrain \
tcflow \

View File

@ -3,6 +3,9 @@ libc {
# c*
cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
# i*
isatty;
# t*
tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
tcsetpgrp;