Sign in
mojo
/
mojo
/
646469dcd9014f7d1f5dbe6ee7a28c150302b90b
/
.
/
third_party
/
cython
/
src
/
Cython
/
Includes
/
posix
/
ioctl.pxd
blob: 581ffd3f23776b347a3e9ba2e32338f5d2918e43 [
file
] [
log
] [
blame
]
cdef
extern
from
"sys/ioctl.h"
nogil
:
enum
:
FIONBIO
int
ioctl
(
int
fd
,
int
request
,
...)