summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authorfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-08 21:26:25 +0000
committerfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-08 21:26:25 +0000
commit3489ccdefe77c8e8203baedbabbd5a252ab92079 (patch)
tree23efeaa3b51fe2f4b34adcdfb70e455d8e516974 /libjava/include
parent8a991bcf573b77568b9b6f10ddb553817eb71a1e (diff)
downloadppe42-gcc-3489ccdefe77c8e8203baedbabbd5a252ab92079.tar.gz
ppe42-gcc-3489ccdefe77c8e8203baedbabbd5a252ab92079.zip
2005-09-08 Thomas Fitzsimmons <fitzsim@redhat.com>
PR libgcj/23761 * include/java-props.h (_Jv_Module_Load_Path): Declare variable. * java/lang/natRuntime.cc (init): Call lt_dlsetsearchpath after lt_dlinit. * gnu/classpath/natSystemProperties.cc (_Jv_Module_Load_Path): Define variable. (_Jv_SetDLLSearchPath): Do not call lt_dlsetsearchpath. Set _Jv_Module_Load_Path. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104044 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/java-props.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/java-props.h b/libjava/include/java-props.h
index 43020006e2a..f552e1b54f4 100644
--- a/libjava/include/java-props.h
+++ b/libjava/include/java-props.h
@@ -26,5 +26,8 @@ extern int _Jv_Properties_Count;
// Properties taken from the user's environment.
extern property_pair *_Jv_Environment_Properties;
+// Module load path.
+extern char *_Jv_Module_Load_Path;
+
#endif
OpenPOWER on IntegriCloud