--- src/include/pthread_np.h 2003/11/14 01:01:43 1.3 +++ src/include/pthread_np.h 2005/10/10 13:53:57 1.4 @@ -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