Index: third_party/cython/src/Cython/Includes/posix/ioctl.pxd |
diff --git a/third_party/cython/src/Cython/Includes/posix/ioctl.pxd b/third_party/cython/src/Cython/Includes/posix/ioctl.pxd |
new file mode 100644 |
index 0000000000000000000000000000000000000000..581ffd3f23776b347a3e9ba2e32338f5d2918e43 |
--- /dev/null |
+++ b/third_party/cython/src/Cython/Includes/posix/ioctl.pxd |
@@ -0,0 +1,4 @@ |
+cdef extern from "sys/ioctl.h" nogil: |
+ enum: FIONBIO |
+ |
+ int ioctl(int fd, int request, ...) |