> 3. Run the resulting program. The output should look like this:
>
> Testing restarting signal; wait for handler message, then type a line
> Used SA_RESTART
> SIGALRM handler run
> This is my input line
> Read: This is my input line
> Testing non-restarting signal; should read no data after handler message
> Used sigaction() with flags = 0
> SIGALRM handler run
> No data read
> Testing load averages
> cpu time = 0.00 load average not available
Yup:
Testing restarting signal; wait for handler message, then type a line
Used SA_RESTART
SIGALRM handler run
This is my input line
Read: This is my input line
Testing non-restarting signal; should read no data after handler message
Used sigaction() with flags = 0
SIGALRM handler run
No data read
Testing load averages
cpu time = 0.00 load average not available
--
*** Exim information can be found at
http://www.exim.org/ ***