I learned that syscall write
to a regular file
does not generate EINTR
error(Why can't a write to disk be interrupted by signal?)
What about a read syscall
in linux
? Do "slow" devices include disk device
?
(if SA_INTERRUPT is set)
I learned that syscall write
to a regular file
does not generate EINTR
error(Why can't a write to disk be interrupted by signal?)
What about a read syscall
in linux
? Do "slow" devices include disk device
?
(if SA_INTERRUPT is set)