Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
refs/heads/master
/
.
/
src
/
legacy
/
isastream.c
blob: 4dafdb08210f5617d2ce116e1530e603b7490caf [
file
] [
edit
]
#include
<stropts.h>
#include
<fcntl.h>
int
isastream
(
int
fd
)
{
return
fcntl
(
fd
,
F_GETFD
)
<
0
?
-
1
:
0
;
}