From 9155bd34e06af07863b681f7125a51829e622950 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 30 Nov 2009 21:49:37 +0100 Subject: sanitized thread_start API --- threading.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threading.h') diff --git a/threading.h b/threading.h index 2e986b59..51a72f74 100644 --- a/threading.h +++ b/threading.h @@ -21,7 +21,7 @@ #include intptr_t -thread_start (void (*fn)(uintptr_t ctx), uintptr_t ctx); +thread_start (void (*fn)(void *ctx), void *ctx); int thread_join (intptr_t tid); -- cgit v1.2.3