summaryrefslogtreecommitdiff
path: root/pr/include/prthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prthread.h')
-rw-r--r--pr/include/prthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prthread.h b/pr/include/prthread.h
index ebf0cc33..6ec53499 100644
--- a/pr/include/prthread.h
+++ b/pr/include/prthread.h
@@ -116,7 +116,7 @@ typedef enum PRThreadPriority
** PR_USER_THREAD to exit then the process exits.
*/
NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
- void (*start)(void *arg),
+ void (PR_CALLBACK *start)(void *arg),
void *arg,
PRThreadPriority priority,
PRThreadScope scope,