diff options
-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 |