fcntl
- Tags
- comp-arch
Is a system-call that allows you perform operations on open files. See fcntl.
This can be used for example to change the flags for a file-descriptor to make it non-blocking.
Is a system-call that allows you perform operations on open files. See fcntl.
This can be used for example to change the flags for a file-descriptor to make it non-blocking.