summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2007-07-28 19:36:20 +0000
committerMark Wielaard <mark@klomp.org>2007-07-28 19:36:20 +0000
commit5ded7ac6e7285a0ab48f59350cb041a7a47ca09f (patch)
treecffcca2e7cc91ddf2060d3bc51ab21f389046f1a /include
parent8d010878d2717473043bcdbe702113e9ef67fa0e (diff)
downloadclasspath-5ded7ac6e7285a0ab48f59350cb041a7a47ca09f.tar.gz
2007-07-28 Matthias Klose <doko@ubuntu.com>
* include/jvmti.h (jniNativeInterface): Rename type.
Diffstat (limited to 'include')
-rw-r--r--include/jvmti.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmti.h b/include/jvmti.h
index b26f7932e..c455838f1 100644
--- a/include/jvmti.h
+++ b/include/jvmti.h
@@ -637,7 +637,7 @@ typedef void (JNICALL *jvmtiStartFunction)
/*
* JVM Tool Interface Base Types
*/
-typedef struct JNINativeInterface jniNativeInterface;
+typedef struct JNINativeInterface_ jniNativeInterface;
struct _Jv_jvmtiEnv
{