diff options
| author | rsc <devnull@localhost> | 2005-03-18 19:05:50 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-03-18 19:05:50 +0000 |
| commit | 0ba4eb47d4ff6d881aa5a5624d360fce3e63fa3d (patch) | |
| tree | d5453bff6f7022cb1d295e0ae90ccc5f4ff72499 /src/libthread/thread.c | |
| parent | 72f4d44f86e115c3815ee3988578e5caa2c481da (diff) | |
no need to setproc(0)
Diffstat (limited to 'src/libthread/thread.c')
| -rw-r--r-- | src/libthread/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/thread.c b/src/libthread/thread.c index 455d8da0..ddd7564c 100644 --- a/src/libthread/thread.c +++ b/src/libthread/thread.c @@ -308,7 +308,6 @@ Out: unlock(&threadnproclock); unlock(&p->lock); free(p); - setproc(0); } void |