@@ -83,7 +83,9 @@ getc_with_restart (stream)
{
while (1)
CHECK_TERMSIG;
CHECK_TERMSIG; /* XXX - QUIT? */
run_pending_traps ();
local_bufused = read (fileno (stream), localbuf, sizeof(localbuf));
if (local_bufused > 0)
break;
The note is not visible to the blocked user.