Prototype for pthread_attr_get_np().

This commit is contained in:
Alexey Zelkin 2002-10-26 13:58:12 +00:00
parent cab33357a5
commit 49d7a091ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105987

View File

@ -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);