On Mon, 15 Feb 2016 21:08:20 +0300, Alexei Malinin wrote:

> But can fprintf() set errno to EINTR if a program has no signal handlers
> (i. e. there are default handlers for all signals)?
> For example what will happen with fprintf() in a program with default
> signal dispositions if the program's window size changes (SIGWINCH)?

In that case the write(2) system call will be restarted and fprintf(3)
will continue without error.

 - todd

Reply via email to