X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-dl-posix.c;h=09eed6222e2ff55103654335c72eed343cca79a1;hb=377b9f68ccf3c95cd37539793f87f1e9f9681022;hp=be52a3e6e4cad1fbc7514daf02da7a9b17382c88;hpb=78e28d11213073d0bc6e7b074d0951825fffc22d;p=mono.git diff --git a/mono/utils/mono-dl-posix.c b/mono/utils/mono-dl-posix.c index be52a3e6e4c..09eed6222e2 100644 --- a/mono/utils/mono-dl-posix.c +++ b/mono/utils/mono-dl-posix.c @@ -47,6 +47,13 @@ mono_dl_get_executable_path (char *buf, int buflen) { return readlink ("/proc/self/exe", buf, buflen - 1); } + +const char* +mono_dl_get_system_dir (void) +{ + return NULL; +} + #endif void *