*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-13 01:56:18 +00:00
parent dd98317781
commit e2bfd4c7ed
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public:
_fn = fn;
// create the thread, decide it's priority, if it's detached, and if it's
// a kernel thread, etc
_thread = PR_CreateThread(PR_USER_THREAD, thread_wrapper, this,
_thread = PR_CreateThread(PR_SYSTEM_THREAD, thread_wrapper, this,
priority_map(pri), PR_GLOBAL_BOUND_THREAD,
det?PR_UNJOINABLE_THREAD:PR_JOINABLE_THREAD,
256*1024);