Skip to content

core, modules: Remove useless EINTR tests

Since commit ad447d14 (in 2009) pa_read and pa_write take care of handling EINTR error. So, pa_read, pa_write, pa_iochannel_read and pa_iochannel_write can not exit with errno set to EINTR, and testing it is useless.

Merge request reports