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
Upgraded GRUB2 to 2.00 release.
[AROS.git]
/
compiler
/
clib
/
tcgetattr.c
blob
8c60a2f8ee89a611eb56d94f10da6dcec587f202
1
#include <termios.h>
2
3
/* FIXME: add autodoc */
4
int
tcgetattr
(
int
__fd
,
struct
termios
*
__termios_p
)
5
{
6
/* TODO: Implement tcgetattr() */
7
return
0
;
8
}