From 510b541a29711e776297354bf437b1b923fedb3a Mon Sep 17 00:00:00 2001 From: davidxu Date: Tue, 4 Oct 2005 07:23:56 +0000 Subject: Add pthread_timedjoin_np prototype. --- include/pthread_np.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/pthread_np.h b/include/pthread_np.h index a11511c..cebf4cf 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -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 -- cgit v1.1