/* * util.c: Simple runtime tools for the Unix platform * * Author: * Miguel de Icaza * * (C) 2002 Ximian, Inc. (http://www.ximian.com) */ #include #include /* * mono_set_rootdir: * * Informs the runtime of the root directory for the Mono installation, * the vm_file */ void mono_set_rootdir (void) { /* nothing on Unix */ }