Upgraded GRUB2 to 2.00 release.
[AROS.git] / compiler / clib / tcgetattr.c
blob8c60a2f8ee89a611eb56d94f10da6dcec587f202
1 #include <termios.h>
3 /* FIXME: add autodoc */
4 int tcgetattr(int __fd, struct termios *__termios_p)
6 /* TODO: Implement tcgetattr() */
7 return 0;