[ragel-users] [ISSUE] Portage problems. The fork () alternativities?
Adrian Thurston
thurston at colm.net
Fri May 11 17:16:51 UTC 2018
All that's happening before the fork is some args parsing so it should
be easy to make a non-posix version. Note that if all you're doing is
generating C code the process creation can be eliminated. Actually I
think it's not compiled in at this point.
On 2018-05-11 05:15, Konstantin Podsvirov wrote:
> Current code in `master` branch use the `fork()` method from POSIX API
> (sys/wait.h header), but it's not available on non POSIX platforms.
> Any plans to fix this issue?
>
> --
> Regards,
> Konstantin Podsvirov
>
>
> _______________________________________________
> ragel-users mailing list
> ragel-users at colm.net
> http://www.colm.net/cgi-bin/mailman/listinfo/ragel-users
More information about the ragel-users
mailing list