]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix for PR java.lang/339:
authorTom Tromey <tromey@cygnus.com>
Wed, 6 Sep 2000 18:14:15 +0000 (18:14 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 6 Sep 2000 18:14:15 +0000 (18:14 +0000)
commit8ee4db6f3a08922d4f2b9d5d1f5bc85516a3189e
tree289b4525c66995dea35e3456158ab22ce4deff81
parent1bac0fb486f48c039679aa8fd958c8e8bae853fb
Fix for PR java.lang/339:

* java/lang/natPosixProcess.cc (fail): New function.
(cleanup): New function.
(startProcess): Use them.  Create pipe so child can communicate
exec failure back to parent.

From-SVN: r36202
libjava/ChangeLog
libjava/java/lang/natPosixProcess.cc