lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>I think I may have been a tad hasty. Having checked the
>lastest poslib, we now have fork(), symlink().
>What are we supposed do with fork()?

You mean, in Windows? I don't know, but check UWIN from AT&T: they have fork.
They probably also have the source available.

poslib is supposed to work unmodified in all POSIX systems. If Windows lacks
a few functions in poslib, just take them out.
--lhf