diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-18 12:26:46 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-19 16:49:57 +0000 |
| commit | afa70a8496e90fa751418be8d1b55e3d559a281a (patch) | |
| tree | 082477d5b912665517f9ddce26295f4d3a02684f /include | |
| parent | ce16be73707eedc798b26e0741dcd70d1168ac10 (diff) | |
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 a9e738540db4..04c64a748b72 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -65,6 +65,7 @@ int pthread_single_np(void); void pthread_suspend_all_np(void); int pthread_suspend_np(pthread_t); int pthread_timedjoin_np(pthread_t, void **, const struct timespec *); +int pthread_tryjoin_np(pthread_t, void **); __END_DECLS #endif |
