Re: [Oorexx-devel] Little problem in SysThread.cpp

2009-12-09 Thread David Ashley
Rainer - I believe your analysis is correct. Go ahead an make the change. David Ashley On 12/09/2009 01:23 AM, Rainer Tammer wrote: > Hello, > I think that there is a small problem in ooRexx 4.0 trunk: > > common/platform/unix/SysThread.cpp > > ... > // create a new thread and attach to an activ

[Oorexx-devel] Little problem in SysThread.cpp

2009-12-08 Thread Rainer Tammer
Hello, I think that there is a small problem in ooRexx 4.0 trunk: common/platform/unix/SysThread.cpp ... // create a new thread and attach to an activity void SysThread::createThread(void) { pthread_attr_t newThreadAttr; int schedpolicy, maxpri, minpri; struct sched_param schedparam;