File size: 99 Bytes
ba2f5d6
 
 
 
1
2
3
4
5
cdef extern from "<sys/ioctl.h>" nogil:
    enum: FIONBIO

    int ioctl(int fd, int request, ...)