Merge pull request #2386 from BrzVlad/fix-jit
[mono.git] / support / stdlib.c
index 16e5ea0461012daedad82f4faad7ecafb1b395d3..523ae92482899dca3582cb5103d2e085506530d6 100644 (file)
@@ -4,15 +4,23 @@
  * Authors:
  *   Jonathan Pryor (jonpryor@vt.edu)
  *
- * Copyright (C) 2004 Jonathan Pryor
+ * Copyright (C) 2004-2005 Jonathan Pryor
  */
 
 #include <stdlib.h>
 
+#include "map.h"
 #include "mph.h"
 
 G_BEGIN_DECLS
 
+// See Stdlib.cs
+const char *
+Mono_Unix_VersionString ()
+{
+       return "MonoProject-2015-12-1";
+}
+
 gint32
 Mono_Posix_Stdlib_EXIT_FAILURE (void)
 {