diff options
Diffstat (limited to 'newlib/libc/sys/sysvi386/tcsetattr.c')
-rw-r--r-- | newlib/libc/sys/sysvi386/tcsetattr.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libc/sys/sysvi386/tcsetattr.c b/newlib/libc/sys/sysvi386/tcsetattr.c deleted file mode 100644 index 1df92b2..0000000 --- a/newlib/libc/sys/sysvi386/tcsetattr.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <sys/termios.h> - -int -tcsetattr (int fd, int opts, const struct termios *tp) { - return _ioctl (fd, opts, tp); -} - |