Copyright clean-up (part 1):
[AROS.git] / compiler / posixc / tcsetattr.c
blobbe8ad071b83221749d28ea9f2c8930a95e1cc29c
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <termios.h>
8 /* FIXME: add autodoc */
9 int tcsetattr(int __fd, int __optional_actions,
10 const struct termios *__termios_p)
12 /* TODO: Implement tcsetattr() */
13 return 0;