X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-dl-posix.c;h=b48a1831d757df85fc1f2f9c1f6756f91cba9695;hb=af8d667efa107f112e354f6ea8e028ca361371c5;hp=be52a3e6e4cad1fbc7514daf02da7a9b17382c88;hpb=93ce056a764e8048f33548a3744ba2bd84072043;p=mono.git diff --git a/mono/utils/mono-dl-posix.c b/mono/utils/mono-dl-posix.c index be52a3e6e4c..b48a1831d75 100644 --- a/mono/utils/mono-dl-posix.c +++ b/mono/utils/mono-dl-posix.c @@ -6,6 +6,7 @@ * * Copyright 2001-2004 Ximian, Inc. * Copyright 2004-2009 Novell, Inc. + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include @@ -47,6 +48,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 *