More Darwin.

This commit is contained in:
rsc
2003-10-01 02:53:00 +00:00
parent a995e477ff
commit a46395ecf9
10 changed files with 311 additions and 246 deletions

5
src/libthread/Darwin.c Normal file
View File

@@ -0,0 +1,5 @@
int
_schedfork(Proc *p)
{
return ffork(RFMEM|RFNOWAIT, _schedinit, p);
}