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