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_setkind_np.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pthread_mutexattr_setkind_np.c') diff --git a/pthread_mutexattr_setkind_np.c b/pthread_mutexattr_setkind_np.c index d9e3ef0..506567d 100644 --- a/pthread_mutexattr_setkind_np.c +++ b/pthread_mutexattr_setkind_np.c @@ -38,8 +38,7 @@ #include "implement.h" int -pthread_mutexattr_setkind_np(pthread_mutexattr_t * attr, int kind) +pthread_mutexattr_setkind_np (pthread_mutexattr_t * attr, int kind) { - return pthread_mutexattr_settype( attr, kind ); + return pthread_mutexattr_settype (attr, kind); } - -- cgit v1.2.3