arch/m68k-amiga: Define the gcc symbol 'start' instead of using .bss
[AROS.git] / compiler / clib / tcsetattr.c
blob80151721f8a08bc527ab698c4a85b105f0bb9f15
1 #include <termios.h>
3 int tcsetattr(int __fd, int __optional_actions,
4 const struct termios *__termios_p)
6 return 0;