[Solved] Which system calls can return EINTR or EAGAIN error codes? [closed]


I have found the answer. This question should not have been deleted. As a rule only syscalls which are “slow” return EINTR. Slow things are terminal I/O and things which wait (select, wait, sleep, pause, etc).

solved Which system calls can return EINTR or EAGAIN error codes? [closed]