mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
Compare commits
2 commits
141ac8e49a
...
cdd6216638
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdd6216638 | ||
|
|
46566c766c |
1 changed files with 0 additions and 4 deletions
|
|
@ -1033,10 +1033,6 @@ static int bsh_open_file(const char *path, const char *mode, bool *is_kernel) {
|
|||
return sys_open(path, mode);
|
||||
}
|
||||
|
||||
static void wait_for_pid(int pid) {
|
||||
wait_for_pid_status(pid, NULL);
|
||||
}
|
||||
|
||||
static void cmd_clear(void) {
|
||||
sys_write(1, "\x1b[2J\x1b[H", 7);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue