From 3dda9088964f1cbe9d820d8d7ed69157bfe69dd1 Mon Sep 17 00:00:00 2001 From: David Xu Date: Mon, 10 Oct 2005 13:53:57 +0000 Subject: [PATCH] Introduce pthread_timedjoin_np. --- include/pthread_np.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/pthread_np.h b/include/pthread_np.h index be6d0e8d42..4006bd4ce9 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/include/pthread_np.h,v 1.7.2.4 2003/01/10 15:41:17 fjoe Exp $ - * $DragonFly: src/include/pthread_np.h,v 1.3 2003/11/14 01:01:43 dillon Exp $ + * $DragonFly: src/include/pthread_np.h,v 1.4 2005/10/10 13:53:57 davidxu Exp $ */ #ifndef _PTHREAD_NP_H_ #define _PTHREAD_NP_H_ @@ -58,6 +58,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 -- 2.41.0