Oops, fix a typo in the last commit :-/

This commit is contained in:
Brian Somers 2007-03-05 19:00:49 +00:00
parent d8810d894d
commit d5d9eb5095
2 changed files with 2 additions and 2 deletions

View file

@ -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;
/*

View file

@ -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;
/*