summaryrefslogtreecommitdiff
path: root/src/misc/isastream.c
AgeCommit message (Collapse)AuthorLines
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker-0/+7
apparently some packages see stropts.h and want to be able to use this. the implementation checks that the file descriptor is valid by using fcntl/F_GETFD so it can report an error if not (as specified).