mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
fix(userspace/libc): remove stub macros in termios.c
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
4a6cf4f2e5
commit
6b4faf9f78
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user