shithub: plan9front

ref: 71939a82ccc505b0baa990d7fe17e7085d0ab8fc
dir: /sys/src/ape/lib/9/rfork.c/

View raw version
#include <lib9.h>

extern	int	_RFORK(int);

int
rfork(int flags)
{
	return _RFORK(flags);
}