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_setconcurrency.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_setconcurrency.c') diff --git a/pthread_setconcurrency.c b/pthread_setconcurrency.c index e4c455a..7ce7d55 100644 --- a/pthread_setconcurrency.c +++ b/pthread_setconcurrency.c @@ -39,7 +39,7 @@ int -pthread_setconcurrency(int level) +pthread_setconcurrency (int level) { if (level < 0) { -- cgit v1.2.3