[io-layer] Remove threads.h, thread-private.h and wthreads.c
[mono.git] / mono / io-layer / wapi.h
index 85da19911035a1d7677ab91b47591a5fb6ea2609..4e0a688063984ad671543a10f51a4bc2d27290c7 100644 (file)
@@ -25,7 +25,6 @@
 #include <mono/io-layer/semaphores.h>
 #include <mono/io-layer/sockets.h>
 #include <mono/io-layer/status.h>
-#include <mono/io-layer/threads.h>
 #include <mono/io-layer/timefuncs.h>
 #include <mono/io-layer/versioninfo.h>
 #include <mono/io-layer/wait.h>
@@ -43,4 +42,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_ */