fix build regression on armhf in tlsdesc asm
[musl.git] / src / legacy / isastream.c
blob4dafdb08210f5617d2ce116e1530e603b7490caf
1 #include <stropts.h>
2 #include <fcntl.h>
4 int isastream(int fd)
6 return fcntl(fd, F_GETFD) < 0 ? -1 : 0;