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