Add pthread_timedjoin_np prototype.

This commit is contained in:
David Xu 2005-10-04 07:23:56 +00:00
parent 9e49a2370c
commit a48182f787
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150902

View File

@ -57,6 +57,7 @@ void pthread_suspend_all_np(void);
int pthread_suspend_np(pthread_t);
int pthread_switch_add_np(pthread_switch_routine_t);
int pthread_switch_delete_np(pthread_switch_routine_t);
int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
__END_DECLS
#endif