GETATTR
#define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop))
#define GETATTR( fd, tiop ) tcgetattr((fd), (tiop))