Files
2025-08-01 04:33:03 -04:00

5 lines
99 B
Cython

cdef extern from "<sys/ioctl.h>" nogil:
enum: FIONBIO
int ioctl(int fd, int request, ...)