exit() -> _exit() when coupled with our [true] vfork().
This commit is contained in:
parent
9710d432c2
commit
351c7e5945
|
@ -742,7 +742,7 @@ pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
|
||||||
fprintf (stderr, "%s: ", this_pname);
|
fprintf (stderr, "%s: ", this_pname);
|
||||||
fprintf (stderr, install_error_msg, program);
|
fprintf (stderr, install_error_msg, program);
|
||||||
fprintf (stderr, ": %s\n", xstrerror (errno));
|
fprintf (stderr, ": %s\n", xstrerror (errno));
|
||||||
exit (-1);
|
_exit (-1);
|
||||||
/* NOTREACHED */
|
/* NOTREACHED */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue