git: 9front

ref: 58e2af89969ddec78c9a2c4beed5645fe885fbb3
dir: /sys/src/libc/9sys/fork.c/

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

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