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
arch/m68k-amiga: Define the gcc symbol 'start' instead of using .bss
[AROS.git]
/
compiler
/
clib
/
cfsetospeed.c
blob
1a44e469d3277afc8b8fa597631eccf530951321
1
#include <termios.h>
2
3
int
cfsetospeed
(
struct
termios
*
__termios_p
,
speed_t speed
)
4
{
5
return
0
;
6
}