From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/unistd/isatty.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/libc/unistd/isatty.c') diff --git a/lib/libc/unistd/isatty.c b/lib/libc/unistd/isatty.c index afb15460..c253e14a 100644 --- a/lib/libc/unistd/isatty.c +++ b/lib/libc/unistd/isatty.c @@ -1,7 +1,9 @@ -#include -#include -#include -#include +#include "asm/unistd_64.h" // for __NR_ioctl + +#include // for TIOCGWINSZ +#include // for __syscall_3, syscall +#include // for winsize +#include // for isatty int isatty(int fildes) { -- cgit v1.2.3