aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/linux/sys/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/sys/termios.h')
-rw-r--r--newlib/libc/sys/linux/sys/termios.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/newlib/libc/sys/linux/sys/termios.h b/newlib/libc/sys/linux/sys/termios.h
deleted file mode 100644
index bde51ab92..000000000
--- a/newlib/libc/sys/linux/sys/termios.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* libc/sys/linux/sys/termios.h - Terminal control definitions */
-
-/* Written 2000 by Werner Almesberger */
-
-
-#ifndef _SYS_TERMIOS_H
-#define _SYS_TERMIOS_H
-
-#include <linux/termios.h>
-
-/* grr, this shouldn't have to be here */
-
-int tcgetattr(int fd,struct termios *termios_p);
-int tcsetattr(int fd,int optional_actions,const struct termios *termios_p);
-
-#endif