Sign in
mojo
/
mojo-tools
/
f67958830d6b6787b31d67d99ccc674c28a00a5a
/
.
/
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
,
...)