fix(userspace/libc): remove stub macros in termios.c

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-10 21:04:53 +00:00
parent 4a6cf4f2e5
commit 6b4faf9f78
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -19,16 +19,6 @@
#include <termios.h> #include <termios.h>
#include <errno.h> #include <errno.h>
/* FIXME: Not implemented! Stub code! */
#define TCSBRK 0
#define TCGETS 0
#define TIOCGSID 0
#define TIOCGWINSZ 0
#define TCSETS 0
#define TCSETSW 0
#define TCSETSF 0
#define TIOCSWINSZ 0
export speed_t cfgetispeed(const struct termios *termios_p) export speed_t cfgetispeed(const struct termios *termios_p)
{ {
return termios_p->c_ispeed; return termios_p->c_ispeed;