From d0b3cca28915f23ebee56e15aa2bf10ef213f667 Mon Sep 17 00:00:00 2001 From: fjoe Date: Tue, 7 Jan 2003 21:43:30 +0000 Subject: pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') to be consistent with other pthread_XXX functions --- include/pthread_np.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pthread_np.h b/include/pthread_np.h index aac6184..a11511c 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -44,7 +44,7 @@ typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t); */ __BEGIN_DECLS int pthread_attr_setcreatesuspend_np(pthread_attr_t *); -int pthread_attr_get_np(pthread_t *, pthread_attr_t *); +int pthread_attr_get_np(pthread_t, pthread_attr_t *); int pthread_main_np(void); int pthread_multi_np(void); int pthread_mutexattr_getkind_np(pthread_mutexattr_t); -- cgit v1.1