6 lines
74 B
C
6 lines
74 B
C
|
|
int
|
||
|
|
_schedfork(Proc *p)
|
||
|
|
{
|
||
|
|
return ffork(RFMEM|RFNOWAIT, _schedinit, p);
|
||
|
|
}
|