repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build/include the gpio.resource
[AROS.git]
/
compiler
/
posixc
/
tcsetattr.c
blob
be8ad071b83221749d28ea9f2c8930a95e1cc29c
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <termios.h>
7
8
/* FIXME: add autodoc */
9
int
tcsetattr
(
int
__fd
,
int
__optional_actions
,
10
const struct
termios
*
__termios_p
)
11
{
12
/* TODO: Implement tcsetattr() */
13
return
0
;
14
}