1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-11-26 00:03:11 +03:00
Files
glibc/sysdeps/unix/sysv/linux
H. Peter Anvin (Intel) c4929eecf7 io: replace local_isatty() with a proper function __isatty_nostatus()
Replace local_isatty() inlined in libio with a proper function
__isatty_nostatus(). This allows simpler system-specific
implementations that don't need to touch errno at all.

Note: I left the prototype in include/unistd.h (the internal header
file.) It didn't much make sense to me to put it in a different header
(not-cancel.h), but perhaps someone can elucidate the need.

Add such an implementation for Linux, with a generic fallback.

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
..
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-28 10:58:40 +01:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-05-29 19:21:46 +00:00
2025-01-10 20:19:40 +00:00
2025-01-30 10:16:37 -03:00
2025-01-30 10:16:37 -03:00