mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops, fix a typo in the last commit :-/
This commit is contained in:
parent
d8810d894d
commit
d5d9eb5095
2 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ _kse_single_thread(struct pthread *curthread)
|
|||
_thread_active_threads = 1;
|
||||
|
||||
curthread->kse->k_kcb->kcb_kmbx.km_curthread = NULL;
|
||||
curthread->attr.flags &= ~PTHREAD_SCOPE_SYSTEM;
|
||||
curthread->attr.flags &= ~PTHREAD_SCOPE_PROCESS;
|
||||
curthread->attr.flags |= PTHREAD_SCOPE_SYSTEM;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ _kse_single_thread(struct pthread *curthread)
|
|||
_thread_active_threads = 1;
|
||||
|
||||
curthread->kse->k_kcb->kcb_kmbx.km_curthread = NULL;
|
||||
curthread->attr.flags &= ~PTHREAD_SCOPE_SYSTEM;
|
||||
curthread->attr.flags &= ~PTHREAD_SCOPE_PROCESS;
|
||||
curthread->attr.flags |= PTHREAD_SCOPE_SYSTEM;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue