Joe Burmeister <[EMAIL PROTECTED]> wrote: > > best call that rpcemu_secs_sleep then ;-) > > not got the code to look at, so no idea which sleep this is, just > talking about sleep in general.
It looks like sleep is only used in the Windows specific code. And there is already a #define sleep Sleep in rpcemu.h and Makefile.am, but clearly they aren't getting used in your setup. However the real solution is to replace all the sleep calls with the proper thread synchronisation primitives. Any volunteers for a patch? Alex -- Alex Waugh [EMAIL PROTECTED] PHP, Roots, Subversion, WebJames and more from http://www.alexwaugh.com/ _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
