Files
codezero/conts/posix/libposix/include/posix/termio.h
Bahadir Balban f0bb0a4657 Added posix code
2009-09-29 21:55:59 +03:00

7 lines
214 B
C

/* Compatible <termio.h> for old `struct termio' ioctl interface.
This is obsolete; use the POSIX.1 `struct termios' interface
defined in <termios.h> instead. */
#include <termios.h>
#include <sys/ioctl.h>