summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/isatty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+3
* Of course, fcntl errno case returns -1, which must be converted to 0deraadt2015-05-171-2/+2
* isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYderaadt2015-05-171-6/+3
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-1/+2
* Remove unnecessary locking. There is no need for serializing calls tokurt2007-05-231-11/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* ansification; checked by pvalderaadt2003-06-111-3/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-2/+10
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+54