diff options
Diffstat (limited to 'pthread_getconcurrency.c')
-rw-r--r-- | pthread_getconcurrency.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pthread_getconcurrency.c b/pthread_getconcurrency.c index b5b7b08..1eefe4b 100644 --- a/pthread_getconcurrency.c +++ b/pthread_getconcurrency.c @@ -39,7 +39,7 @@ int -pthread_getconcurrency(void) +pthread_getconcurrency (void) { return ptw32_concurrency; -} +} |