git: 9front

ref: 8be6f58936fa56f6624cbe47db453e589092ebf1
dir: /sys/src/libc/9sys/fork.c/

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

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