Hello list,
/sys/src/ape/lib/ap/plan9/fork.c does an
_RFORK(RFENVG|RFFDG|RFPROC);Why not RFMEM? Imho on POSIX-fork(), the child shares the address-space with the parents. It is not that I really care myself, #include <lib9.h> fixes a lot of things,;) ,but I fear programmes which rely on that may not work. Is there a specific reason fork.c:fork() does not fork with RFMEM? Mfg, Sascha
