* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.
From-SVN: r36405
This commit is contained in:
parent
e7e18a21d2
commit
064a791cf5
2 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ details. */
|
|||
|
||||
/* FIXME: we don't always need this. The next libtool will let us use
|
||||
AC_LTDL_PREOPEN to see if we do. */
|
||||
const lt_dlsymlist lt_preloaded_symbols[1] = { { 0, 0 } };
|
||||
extern const lt_dlsymlist lt_preloaded_symbols[1] = { { 0, 0 } };
|
||||
|
||||
// We keep track of all the libraries loaded by this application. For
|
||||
// now we use them to look up symbols for JNI. `libraries_size' holds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue