]> git.ipfire.org Git - thirdparty/gcc.git/commit
natPosixProcess.cc (startProcess): Implement standard streams using FileChannelImpl...
authorPer Bothner <bothner@gcc.gnu.org>
Sun, 29 Feb 2004 19:14:20 +0000 (11:14 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sun, 29 Feb 2004 19:14:20 +0000 (11:14 -0800)
commit881ad9e4055473e2c7f6100833e8dfeb804b621b
treea23a9ed058e8310fc0daddc0f10c9b2ecbcbdac1
parent3ae1e52c9197131a764d47f4b09fc44a91db3558
natPosixProcess.cc (startProcess): Implement standard streams using FileChannelImpl, not FileDescriptor.

* java/lang/natPosixProcess.cc (startProcess):  Implement standard
streams using FileChannelImpl, not FileDescriptor.
* java/lang/natWin32Process.cc (startProcess):  Likewise.

From-SVN: r78664
libjava/java/lang/natPosixProcess.cc
libjava/java/lang/natWin32Process.cc