summaryrefslogtreecommitdiff
path: root/src/_forced/isatty.h
blob: 0d0a073ec7adbf58e5cccfeecc94760df9144e75 (plain)
1
2
3
#include "_syscall.h"
#define isatty(_fd)             (-1) /*ioctl(_fd, TCFLSH, 0) */
#define TCFLSH  0x540B