Improved fallback ModeID selection. Works on a wider variety of hardware. Now works...
[AROS.git] / compiler / clib / tcgetattr.c
blob7e79cda63c5f6572323e61099f764d6b23f08f5e
1 #include <termios.h>
3 int tcgetattr(int __fd, struct termios *__termios_p)
5 return 0;