/* $Source: /cvsroot/tack/Ack/plat/linux386/libsys/isatty.c,v $ * $State: Exp $ * $Revision: 1.1 $ */ #include #include #include int isatty(int fd) { return 0; }