From ec769a83bde09c76bd6ad9ee7f391036dba5cd97 Mon Sep 17 00:00:00 2001 From: Kacper Date: Fri, 12 Dec 2025 15:16:01 +0100 Subject: Add clear command, add sysinfo system call --- lib/libc/unistd/isatty.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libc/unistd/isatty.c') diff --git a/lib/libc/unistd/isatty.c b/lib/libc/unistd/isatty.c index b356a694..46a952e4 100644 --- a/lib/libc/unistd/isatty.c +++ b/lib/libc/unistd/isatty.c @@ -1,5 +1,3 @@ - - #include // for TIOCGWINSZ #include // for __syscall_3, syscall #include // for winsize -- cgit v1.2.3