git: 9front

ref: ab10c7b19dfc31a699dd2bf09cd7e59f82933564
dir: /sys/src/libc/9sys/fork.c/

View raw version
#include <u.h>
#include <libc.h>

int
fork(void)
{
	return rfork(RFPROC|RFFDG|RFREND);
}