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
blob581ffd3f23776b347a3e9ba2e32338f5d2918e43
1 cdef extern from "sys/ioctl.h" nogil:
2     enum: FIONBIO
4     int ioctl(int fd, int request, ...)