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_mutexattr_gettype.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pthread_mutexattr_gettype.c') diff --git a/pthread_mutexattr_gettype.c b/pthread_mutexattr_gettype.c index d8bef41..b1c241a 100644 --- a/pthread_mutexattr_gettype.c +++ b/pthread_mutexattr_gettype.c @@ -39,8 +39,7 @@ int -pthread_mutexattr_gettype (pthread_mutexattr_t * attr, - int *kind) +pthread_mutexattr_gettype (pthread_mutexattr_t * attr, int *kind) { int result = 0; -- cgit v1.2.3