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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/pr/include/prthread.h b/pr/include/prthread.h
index 98f8a6df..cacd3891 100644
--- a/pr/include/prthread.h
+++ b/pr/include/prthread.h
@@ -103,12 +103,12 @@ typedef enum PRThreadPriority
** PR_USER_THREAD to exit then the process exits.
*/
NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
- void (PR_CALLBACK *start)(void *arg),
- void *arg,
- PRThreadPriority priority,
- PRThreadScope scope,
- PRThreadState state,
- PRUint32 stackSize);
+ void (PR_CALLBACK *start)(void *arg),
+ void *arg,
+ PRThreadPriority priority,
+ PRThreadScope scope,
+ PRThreadState state,
+ PRUint32 stackSize);
/*
** Wait for thread termination: