This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-25/mockenv/lib/python3.6/site-packages/Cython/Includes/posix/ioctl.pxd

5 lines
99 B
Cython
Raw Normal View History

2022-07-22 12:43:59 +02:00
cdef extern from "<sys/ioctl.h>" nogil:
enum: FIONBIO
int ioctl(int fd, int request, ...)