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