[io-layer] Make _wapi_getpid, _wapi_thread_own_mutex, _wapi_thread_disown_mutex and...
[mono.git] / mono / io-layer / wapi.h
index 85da19911035a1d7677ab91b47591a5fb6ea2609..e0d4d48c09fcefe7100e8629e3a538408f70b7aa 100644 (file)
@@ -43,4 +43,7 @@ gboolean
 DuplicateHandle (gpointer srcprocess, gpointer src, gpointer targetprocess, gpointer *target,
        guint32 access G_GNUC_UNUSED, gboolean inherit G_GNUC_UNUSED, guint32 options G_GNUC_UNUSED);
 
+pid_t
+wapi_getpid (void);
+
 #endif /* _WAPI_WAPI_H_ */