Kernel/LibC: opening standard files is done in libc

This commit is contained in:
Bananymous
2023-05-29 20:21:19 +03:00
parent 9a8512887f
commit fb17af4844
6 changed files with 33 additions and 24 deletions

View File

@@ -36,7 +36,6 @@ namespace Kernel
void add_thread(Thread*);
void on_thread_exit(Thread&);
BAN::ErrorOr<void> init_stdio();
BAN::ErrorOr<void> set_termios(const termios&);
pid_t pid() const { return m_pid; }