summaryrefslogtreecommitdiffstats
path: root/include/pthread_np.h
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-10-26 13:58:12 +0000
committerphantom <phantom@FreeBSD.org>2002-10-26 13:58:12 +0000
commit5de667a68d9bb17cb2a9a6df00a724b91d053f12 (patch)
treed99e1d261b17e04d0c56f64b7e0c73eaf7feea25 /include/pthread_np.h
parent36315515557c06e435bef4f920f84e733d17fd74 (diff)
downloadFreeBSD-src-5de667a68d9bb17cb2a9a6df00a724b91d053f12.zip
FreeBSD-src-5de667a68d9bb17cb2a9a6df00a724b91d053f12.tar.gz
Prototype for pthread_attr_get_np().
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h1
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);
OpenPOWER on IntegriCloud