Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2013-03-26 23:15:06 +0400
committerZoltan Varga <vargaz@gmail.com>2013-03-26 23:15:20 +0400
commitf85afc4d5534b94373866507e0f8af61fd83c5c1 (patch)
treec2376782ea754cbef7d3c9fc13ce76558d4d6fe2
parentad1327fad565b3e05bbd1f1dbf394c77be6ba114 (diff)
Export a few more symbols for LLVM.
-rw-r--r--mono/utils/mono-dl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/utils/mono-dl.h b/mono/utils/mono-dl.h
index 819fcf625b9..e4aa50345e3 100644
--- a/mono/utils/mono-dl.h
+++ b/mono/utils/mono-dl.h
@@ -6,8 +6,8 @@
typedef struct _MonoDl MonoDl;
-MonoDl* mono_dl_open (const char *name, int flags, char **error_msg) MONO_INTERNAL;
-char* mono_dl_symbol (MonoDl *module, const char *name, void **symbol) MONO_INTERNAL;
+MonoDl* mono_dl_open (const char *name, int flags, char **error_msg) MONO_LLVM_INTERNAL;
+char* mono_dl_symbol (MonoDl *module, const char *name, void **symbol) MONO_LLVM_INTERNAL;
void mono_dl_close (MonoDl *module) MONO_INTERNAL;
char* mono_dl_build_path (const char *directory, const char *name, void **iter) MONO_INTERNAL;