diff options
author | phantom <phantom@FreeBSD.org> | 2002-10-26 13:58:12 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-10-26 13:58:12 +0000 |
commit | 5de667a68d9bb17cb2a9a6df00a724b91d053f12 (patch) | |
tree | d99e1d261b17e04d0c56f64b7e0c73eaf7feea25 /include | |
parent | 36315515557c06e435bef4f920f84e733d17fd74 (diff) | |
download | FreeBSD-src-5de667a68d9bb17cb2a9a6df00a724b91d053f12.zip FreeBSD-src-5de667a68d9bb17cb2a9a6df00a724b91d053f12.tar.gz |
Prototype for pthread_attr_get_np().
Diffstat (limited to 'include')
-rw-r--r-- | include/pthread_np.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h index 44c61aa..aac6184 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -44,6 +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_main_np(void); int pthread_multi_np(void); int pthread_mutexattr_getkind_np(pthread_mutexattr_t); |