about summary refs log tree commit diff
path: root/src/misc/isastream.c
Commit message (Collapse)AuthorAgeFilesLines
* add isastream (obsolete STREAMS junk)Rich Felker2012-05-061-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).