[threadpool] Fix some prototypes in the MS thread pool code.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Mon, 27 Apr 2015 14:17:38 +0000 (16:17 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Mon, 27 Apr 2015 14:17:38 +0000 (16:17 +0200)
mono/metadata/threadpool-ms.c

index 6038160548e7f09e345a87183369cdf555988ad5..e4c7e6d50f680eee24f95715b273264f000c574d 100644 (file)
@@ -486,7 +486,7 @@ domain_get_or_create (MonoDomain *domain)
 }
 
 static gboolean
-domain_any_has_request ()
+domain_any_has_request (void)
 {
        gboolean res = FALSE;
        guint i;
@@ -1176,7 +1176,7 @@ heuristic_notify_work_completed (void)
 }
 
 static gboolean
-heuristic_should_adjust ()
+heuristic_should_adjust (void)
 {
        g_assert (threadpool);
 
@@ -1190,7 +1190,7 @@ heuristic_should_adjust ()
 }
 
 static void
-heuristic_adjust ()
+heuristic_adjust (void)
 {
        g_assert (threadpool);