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
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;