mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix pthread_suspend/resume_all_np() declarations
Approved by: deischen
This commit is contained in:
parent
78704ef457
commit
943dffc85d
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue