use same location as .configured, etc, to store .files-touched
[AROS.git] / compiler / clib / tcgetattr.c
blob7e79cda63c5f6572323e61099f764d6b23f08f5e
1 #include <termios.h>
3 int tcgetattr(int __fd, struct termios *__termios_p)
5 return 0;