In message <[email protected]> Ron <[email protected]> wrote:
> Is there a problem with the setsid() prototype in unistd.h? > setsid() is at the top of the list in the stubs file and > I believe this stops the function from being supported at > compile time. UnixLib has, AFAICS, a correct prototype for setsid() and also an implementation which does nothing but return -1 as functionality wise it is not really supported (no session support). Is it that what you meant ? John. -- John Tytgat, in his comfy chair at home BASS [email protected] ARM powered, RISC OS driven _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
