summaryrefslogtreecommitdiff
path: root/pr/src/pthreads/ptmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/pthreads/ptmisc.c')
-rw-r--r--pr/src/pthreads/ptmisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/pthreads/ptmisc.c b/pr/src/pthreads/ptmisc.c
index bbc6d56b..9750c251 100644
--- a/pr/src/pthreads/ptmisc.c
+++ b/pr/src/pthreads/ptmisc.c
@@ -22,10 +22,10 @@
void _PR_InitCPUs(void) {PT_LOG("_PR_InitCPUs")}
void _PR_InitStacks(void) {PT_LOG("_PR_InitStacks")}
-PR_IMPLEMENT(void) PR_SetConcurrency(PRUintn numCPUs)
+PR_IMPLEMENT(void) PR_SetConcurrency(PRUintn numCPUs)
{
#ifdef SOLARIS
- thr_setconcurrency(numCPUs);
+ thr_setconcurrency(numCPUs);
#else
PT_LOG("PR_SetConcurrency");
#endif