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_getkind_np.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread_mutexattr_getkind_np.c') diff --git a/pthread_mutexattr_getkind_np.c b/pthread_mutexattr_getkind_np.c index b04b176..d2035ec 100644 --- a/pthread_mutexattr_getkind_np.c +++ b/pthread_mutexattr_getkind_np.c @@ -38,7 +38,7 @@ #include "implement.h" int -pthread_mutexattr_getkind_np(pthread_mutexattr_t * attr, int *kind) +pthread_mutexattr_getkind_np (pthread_mutexattr_t * attr, int *kind) { - return pthread_mutexattr_gettype( attr, kind ); + return pthread_mutexattr_gettype (attr, kind); } -- cgit v1.2.3