Merge branch 'master' of dice:git/vm

This commit is contained in:
Joel Dice
2007-12-03 16:36:57 -07:00
3 changed files with 187 additions and 16 deletions

View File

@ -49,8 +49,6 @@ public class Runtime {
return new MyProcess(process[0], (int) process[1], (int) process[2], (int) process[3]);
}
//private static native void exec(String command, int[] process);
private static native void exec(String[] command, long[] process);
private static native int exitValue(long pid);