mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-23 12:13:08 -05:00
* java/lang/PosixProcess.java (exitValue): Implement here. Throw IllegalThreadStateException if process hasn't exited yet. * java/lang/natPosixProcess.cc (exitValue): Removed. (waitFor): Only check thread interrupted status if waitpid() returned an error. Use WIFEXITED and WEXITSTATUS to process process's exit value. From-SVN: r45766
1.9 KiB
1.9 KiB