diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2002-10-15 16:52:04 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2002-10-15 16:52:04 +0000 |
| commit | 513d02b656d9e7149ab5f0aa46f978ac750c845e (patch) | |
| tree | fd4653f359fd6ebf3862b772957d393ae94b3d7b /include | |
| parent | bc0f8c2bc40ad5ce54e08cc79c0e72769d790c9f (diff) | |
Notes
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 70d8f848d378..86a83e90c2b8 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -44,6 +44,7 @@ typedef void (*pthread_switch_routine_t) __P((pthread_t, pthread_t)); */ __BEGIN_DECLS int pthread_attr_setcreatesuspend_np __P((pthread_attr_t *)); +int pthread_main_np __P((void)); int pthread_multi_np __P((void)); int pthread_resume_np __P((pthread_t)); int pthread_single_np __P((void)); |
