repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
third_party
/
cython
/
src
/
Cython
/
Includes
/
posix
/
ioctl.pxd
blob
581ffd3f23776b347a3e9ba2e32338f5d2918e43
1
cdef extern from "sys/ioctl.h" nogil:
2
enum: FIONBIO
3
4
int ioctl(int fd, int request, ...)