2 Copyright (C) 1995-2016, The AROS Development Team. All rights reserved.
8 /*****************************************************************************
12 #include <sys/ioctl.h>
21 const struct termios
*t
)
24 Set terminal attributes.
28 opt - optional actions
29 t - struct termios containing the requested changes
36 Will return success, if *any* of the changes were successful.
48 ******************************************************************************/
50 /* TODO: Implement tcsetattr() */