plan9port/src/libthread/Darwin.c
2003-10-01 02:53:00 +00:00

5 lines
74 B
C

int
_schedfork(Proc *p)
{
return ffork(RFMEM|RFNOWAIT, _schedinit, p);
}