Sign in
cobalt
/
cobalt
/
788710a0d7b1b8d8e2340dd5fad5e8783a239862
/
.
/
third_party
/
musl
/
src
/
legacy
/
isastream.c
blob: 4dafdb08210f5617d2ce116e1530e603b7490caf [
file
] [
log
] [
blame
]
#include
<stropts.h>
#include
<fcntl.h>
int
isastream
(
int
fd
)
{
return
fcntl
(
fd
,
F_GETFD
)
<
0
?
-
1
:
0
;
}