From 771465fed0cf50ee2dd790723245fc091699c324 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 17 May 2004 01:38:02 +0000 Subject: re-indentation, bug fixes, hooks for pre-emptive async cancelation --- pthread_getconcurrency.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread_getconcurrency.c') 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; -} +} -- cgit v1.2.3