File size: 99 Bytes
fb5159d | 1 2 3 4 5 | cdef extern from "<sys/ioctl.h>" nogil:
enum: FIONBIO
int ioctl(int fd, int request, ...)
|
fb5159d | 1 2 3 4 5 | cdef extern from "<sys/ioctl.h>" nogil:
enum: FIONBIO
int ioctl(int fd, int request, ...)
|