tno need to setproc(0) - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 0ba4eb47d4ff6d881aa5a5624d360fce3e63fa3d
parent 72f4d44f86e115c3815ee3988578e5caa2c481da
Author: rsc 
Date:   Fri, 18 Mar 2005 19:05:50 +0000

no need to setproc(0)

Diffstat:
  M src/libthread/thread.c              |       1 -

1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/src/libthread/thread.c b/src/libthread/thread.c
t@@ -308,7 +308,6 @@ Out:
         unlock(&threadnproclock);
         unlock(&p->lock);
         free(p);
-        setproc(0);
 }
 
 void