From 39fb552a0285540fe32f0b8fd9555df19cb43d31 Mon Sep 17 00:00:00 2001 From: rse Date: Sat, 31 Jul 1999 08:36:07 +0000 Subject: Cleanups to the pthread header files. Submitted by: Ralf S. Engelschall Reviewed by: John Birrell --- include/pthread_np.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/pthread_np.h') diff --git a/include/pthread_np.h b/include/pthread_np.h index 55eae78..485048b 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -47,11 +47,11 @@ int pthread_multi_np __P((void)); int pthread_resume_np __P((pthread_t)); int pthread_single_np __P((void)); int pthread_suspend_np __P((pthread_t)); -int pthread_mutexattr_getkind_np __P((pthread_mutexattr_t attr)); -int pthread_mutexattr_setkind_np __P((pthread_mutexattr_t *attr, int kind)); +int pthread_mutexattr_getkind_np __P((pthread_mutexattr_t)); +int pthread_mutexattr_setkind_np __P((pthread_mutexattr_t *, int)); void pthread_set_name_np __P((pthread_t, char *)); -int pthread_switch_add_np (pthread_switch_routine_t routine); -int pthread_switch_delete_np (pthread_switch_routine_t routine); +int pthread_switch_add_np __P((pthread_switch_routine_t)); +int pthread_switch_delete_np __P((pthread_switch_routine_t)); __END_DECLS #endif -- cgit v1.1