Re: poslib port for Win32 platforms?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: poslib port for Win32 platforms?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2002年4月24日 23:04:30 -0300
>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