diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-18 18:30:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-18 18:30:14 +0000 |
commit | 4bfec0b940ef2d351fd5189ff9d20c60546f0914 (patch) | |
tree | 4a7ac6ea7022bc11486bbbcb1b4731e1b3bcce8e | |
parent | 39b602426042f3d247fed71563369c5712e48dc6 (diff) |
(ports_manage_port_operations_multithread): typo
-rw-r--r-- | libports/manage-multithread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c index be810aa5..980fb4fa 100644 --- a/libports/manage-multithread.c +++ b/libports/manage-multithread.c @@ -115,6 +115,7 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket, totalthreads--; spin_unlock (&lock); } + return 0; } nreqthreads = 1; |