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
clean up bcm bases and add primecell peripheral defines
[AROS.git]
/
compiler
/
clib
/
tcsetattr.c
blob
4fa3a5ad465229523c65d9aabaa5e95440aa67b0
1
#include <termios.h>
2
3
/* FIXME: add autodoc */
4
int
tcsetattr
(
int
__fd
,
int
__optional_actions
,
5
const struct
termios
*
__termios_p
)
6
{
7
/* TODO: Implement tcsetattr() */
8
return
0
;
9
}