summaryrefslogtreecommitdiffstats
path: root/include/pthread_np.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud