summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2005-05-06 00:46:00 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2005-05-06 00:46:00 +0000
commit500e4063b0f5231ce211bc7e33dc3d5645cb91f3 (patch)
tree467c73563fdc0955a96363f532b16a5bf57de901 /include
parent7bcb7e161e6993861c398616352aa565398e5b01 (diff)
downloadclasspath-500e4063b0f5231ce211bc7e33dc3d5645cb91f3.tar.gz
2005-05-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
* include/java_lang_VMProcess.h: Regenerated. * native/jni/java-lang/java_lang_VMProcess.c: Added missing #include statement.
Diffstat (limited to 'include')
-rw-r--r--include/java_lang_VMProcess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/java_lang_VMProcess.h b/include/java_lang_VMProcess.h
index 3029f0d9c..22617816d 100644
--- a/include/java_lang_VMProcess.h
+++ b/include/java_lang_VMProcess.h
@@ -10,7 +10,7 @@ extern "C"
{
#endif
-JNIEXPORT void JNICALL Java_java_lang_VMProcess_nativeSpawn (JNIEnv *env, jobject, jobjectArray, jobjectArray, jobject);
+JNIEXPORT void JNICALL Java_java_lang_VMProcess_nativeSpawn (JNIEnv *env, jobject, jobjectArray, jobjectArray, jobject, jboolean);
JNIEXPORT jboolean JNICALL Java_java_lang_VMProcess_nativeReap (JNIEnv *env, jclass);
JNIEXPORT void JNICALL Java_java_lang_VMProcess_nativeKill (JNIEnv *env, jclass, jlong);
#undef java_lang_VMProcess_INITIAL