[threads] Add function to stringify thread state names.
[mono.git] / mono / utils / networking-posix.c
index f67771947cac24d32e81b784372b1ffbecf45b95..2fe8da9d9f8fa855d4ba6b1dfbdc189f9d8709a4 100644 (file)
@@ -325,3 +325,18 @@ mono_networking_addr_to_str (MonoAddress *address, char *buffer, socklen_t bufle
 }
 
 #endif
+
+#ifndef _WIN32
+// These are already defined in networking-windows.c for Windows
+void
+mono_networking_init (void)
+{
+       //nothing really
+}
+
+void
+mono_networking_shutdown (void)
+{
+       //nothing really
+}
+#endif
\ No newline at end of file