exit() -> _exit() when coupled with our [true] vfork().

This commit is contained in:
tv 2001-01-30 19:45:09 +00:00
parent 9710d432c2
commit 351c7e5945
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
fprintf (stderr, "%s: ", this_pname);
fprintf (stderr, install_error_msg, program);
fprintf (stderr, ": %s\n", xstrerror (errno));
exit (-1);
_exit (-1);
/* NOTREACHED */
return 0;