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_attr_getscope.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pthread_attr_getscope.c') diff --git a/pthread_attr_getscope.c b/pthread_attr_getscope.c index 81f1f3d..6ae422e 100644 --- a/pthread_attr_getscope.c +++ b/pthread_attr_getscope.c @@ -43,7 +43,7 @@ #endif int -pthread_attr_getscope(const pthread_attr_t *attr, int *contentionscope) +pthread_attr_getscope (const pthread_attr_t * attr, int *contentionscope) { #ifdef _POSIX_THREAD_PRIORITY_SCHEDULING *contentionscope = (*attr)->contentionscope; @@ -52,4 +52,3 @@ pthread_attr_getscope(const pthread_attr_t *attr, int *contentionscope) return ENOSYS; #endif } - -- cgit v1.2.3