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

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-10 21:04:53 +00:00
parent 4a6cf4f2e5
commit 6b4faf9f78

View File

@ -19,16 +19,6 @@
#include <termios.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)
{
return termios_p->c_ispeed;