[io-layer] Remove empty function _wapi_shm_semaphores_remove
[mono.git] / mono / io-layer / context.c
index f87a9d3151279596c0d8c58c1ec8b64b604cf8bd..75155a40ac8419e2f6b8009ed4195e677b39eb1b 100644 (file)
@@ -1,10 +1,19 @@
+/*
+ * context.c:  Processor-specific register contexts
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #include <config.h>
 #include <glib.h>
 #include <pthread.h>
 
 #include "mono/io-layer/wapi.h"
 
-gboolean GetThreadContext(WapiHandle *handle G_GNUC_UNUSED, WapiContext *context G_GNUC_UNUSED)
+gboolean GetThreadContext(gpointer handle G_GNUC_UNUSED, WapiContext *context G_GNUC_UNUSED)
 {
        return(FALSE);
 }