twasn't supposed to go in. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4cecbbe67853feea23201c7a8337e9244f4b3fe8
(DIR) parent a46395ecf932ea4e91ad047e92d1c70395e15673
(HTM) Author: rsc <devnull@localhost>
Date: Wed, 1 Oct 2003 02:53:27 +0000
wasn't supposed to go in.
Diffstat:
D src/libthread/Darwin.c | 5 -----
1 file changed, 0 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/src/libthread/Darwin.c b/src/libthread/Darwin.c
t@@ -1,5 +0,0 @@
-int
-_schedfork(Proc *p)
-{
- return ffork(RFMEM|RFNOWAIT, _schedinit, p);
-}