From: Atani <at...@at...> - 2006-06-02 21:18:26
|
On 6/2/2006, "Dan Potter" <ba...@al...> wrote: >Is there some reason for this, or can we get rid of it now? > >#if TIKI_PLAT =3D=3D TIKI_DC >bool create(thread_t * hndout, void (*func)(void *), void * param); >#else >bool create(thread_t * hndout, void * (*func)(void *), void * param); >#endif > >In the most modern KOSes pthreads are mostly available, so we should >probably switch off to using them. If no one complains I'm going to >make that change some time soon... The main reason for this was the KOS headers were declaring the return type different then pthread (even in latest version from my last checks sometime ago). If you do remove it check that it still compiles cleanly against KOS, if it does then I am all for the clean up. Mike |