git: 9front

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

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

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