From a48182f787d74ccb4d5b2b1b5a1b9e3df1709d46 Mon Sep 17 00:00:00 2001 From: David Xu Date: Tue, 4 Oct 2005 07:23:56 +0000 Subject: [PATCH] Add pthread_timedjoin_np prototype. --- include/pthread_np.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pthread_np.h b/include/pthread_np.h index a11511cb5bee..cebf4cfdfc00 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