summaryrefslogtreecommitdiff
path: root/include/pthread_np.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2005-10-04 07:23:56 +0000
committerDavid Xu <davidxu@FreeBSD.org>2005-10-04 07:23:56 +0000
commita48182f787d74ccb4d5b2b1b5a1b9e3df1709d46 (patch)
tree00037243fc58d52dbe1f1a6b5b0d1728654aa62b /include/pthread_np.h
parent9e49a2370c2b80cc4cd57ec12f7dec90fcdf2e56 (diff)
Notes
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 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