summaryrefslogtreecommitdiffstats
path: root/include/pthread_np.h
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>1999-07-31 08:36:07 +0000
committerrse <rse@FreeBSD.org>1999-07-31 08:36:07 +0000
commit39fb552a0285540fe32f0b8fd9555df19cb43d31 (patch)
tree62e43f56b7dfeb5c5e43f926623acddcf4aeffbe /include/pthread_np.h
parent81f82c8a8c2350be6eb819d03e36e00d98657a0d (diff)
downloadFreeBSD-src-39fb552a0285540fe32f0b8fd9555df19cb43d31.zip
FreeBSD-src-39fb552a0285540fe32f0b8fd9555df19cb43d31.tar.gz
Cleanups to the pthread header files.
Submitted by: Ralf S. Engelschall <rse@engelschall.com> Reviewed by: John Birrell <jb@cimlogic.com.au>
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h8
1 files changed, 4 insertions, 4 deletions
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
OpenPOWER on IntegriCloud