arch/m68k-amiga: Define the gcc symbol 'start' instead of using .bss
[AROS.git] / compiler / clib / cfsetospeed.c
blob1a44e469d3277afc8b8fa597631eccf530951321
1 #include <termios.h>
3 int cfsetospeed(struct termios *__termios_p, speed_t speed)
5 return 0;