Follow-up Comment #1, bug #43936 (project make):

putchar and puts are not handled purposefully: at the very end when make exits
it will verify that there is no error with stdout.  See the close_stdout()
function in output.c file  and the long comment before that: this is a
standard method of handling these errors in GNU programs.

For sigaction, it's actually not really possible for it to fail given the way
it's called.  However I can add a check anyway; it won't hurt.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43936>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to