diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2002-10-22 17:11:49 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2002-10-22 17:11:49 +0000 |
| commit | 943dffc85dad21cd3b1da82cb012bff10f949dc3 (patch) | |
| tree | a545f7423e3a07447c387b5c400f56e3ccb65e58 /include/pthread_np.h | |
| parent | 78704ef45793e56c8e064611c05c9bb8a0067e9f (diff) | |
Notes
Diffstat (limited to 'include/pthread_np.h')
| -rw-r--r-- | include/pthread_np.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h index b49bd37388f3..44c61aa9d6d4 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -48,11 +48,11 @@ int pthread_main_np(void); int pthread_multi_np(void); int pthread_mutexattr_getkind_np(pthread_mutexattr_t); int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int); -int pthread_resume_all_np(void); +void pthread_resume_all_np(void); int pthread_resume_np(pthread_t); void pthread_set_name_np(pthread_t, const char *); int pthread_single_np(void); -int pthread_suspend_all_np(void); +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); |
