Update bsh.c

This commit is contained in:
Lluciocc 2026-05-14 10:20:56 +02:00 committed by GitHub
parent 7339183bf1
commit 46566c766c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1033,10 +1033,6 @@ static int bsh_open_file(const char *path, const char *mode, bool *is_kernel) {
return sys_open(path, mode); return sys_open(path, mode);
} }
static void wait_for_pid(int pid) {
wait_for_pid_status(pid, NULL);
}
static void cmd_clear(void) { static void cmd_clear(void) {
sys_write(1, "\x1b[2J\x1b[H", 7); sys_write(1, "\x1b[2J\x1b[H", 7);
} }