diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-10-04 07:23:56 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-10-04 07:23:56 +0000 |
commit | 510b541a29711e776297354bf437b1b923fedb3a (patch) | |
tree | 00037243fc58d52dbe1f1a6b5b0d1728654aa62b /include | |
parent | 6459dc5d9d0ec1b437d561a2038a1e4f053df2af (diff) | |
download | FreeBSD-src-510b541a29711e776297354bf437b1b923fedb3a.zip FreeBSD-src-510b541a29711e776297354bf437b1b923fedb3a.tar.gz |
Add pthread_timedjoin_np prototype.
Diffstat (limited to 'include')
-rw-r--r-- | include/pthread_np.h | 1 |
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 |