LibC: Add errno for unknown error

This commit is contained in:
Bananymous
2023-09-28 12:06:17 +03:00
parent f7097398ca
commit 0b11d76576
3 changed files with 7 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ __BEGIN_DECLS
#define TTY_FLAG_ENABLE_OUTPUT 1
#define TTY_FLAG_ENABLE_INPUT 2
#define POWER_SHUTDOWN 0
#define POWER_REBOOT 1
/*
fildes: refers to valid tty device
command: one of TTY_CMD_* definitions