Commit 408a86c0 by Keith Seitz Committed by Keith Seitz

dummyagent.c (Agent_OnLoad): Add missing return value.

        * testsuite/libjava.jvmti/dummyagent.c (Agent_OnLoad):
        Add missing return value.

From-SVN: r125594
parent 0da300cd
2007-06-09 Keith Seitz <keiths@redhat.com>
* testsuite/libjava.jvmti/dummyagent.c (Agent_OnLoad):
Add missing return value.
2007-06-03 Matthias Klose <doko@ubuntu.com> 2007-06-03 Matthias Klose <doko@ubuntu.com>
* java/io/natFileWin32.cc (setFilePermissions): New (stub only). * java/io/natFileWin32.cc (setFilePermissions): New (stub only).
......
...@@ -5,5 +5,6 @@ Agent_OnLoad (JavaVM *vm, char *options, void *reserved) ...@@ -5,5 +5,6 @@ Agent_OnLoad (JavaVM *vm, char *options, void *reserved)
{ {
// nothing -- this is just a stub to get JVMTI properly // nothing -- this is just a stub to get JVMTI properly
// initialized // initialized
return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment