tno need to setproc(0) - 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 0ba4eb47d4ff6d881aa5a5624d360fce3e63fa3d
(DIR) parent 72f4d44f86e115c3815ee3988578e5caa2c481da
(HTM) Author: rsc <devnull@localhost>
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(-)
---
(DIR) 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