diff options
| author | barts <none@none> | 2007-05-16 18:20:26 -0700 | 
|---|---|---|
| committer | barts <none@none> | 2007-05-16 18:20:26 -0700 | 
| commit | 4e4fe0d7561f8f77dba14b51e3087f7adb8f0bbd (patch) | |
| tree | ee38a1c7f5552af9b599aca909d13725ac52f066 /usr/src/lib/libumem | |
| parent | d176106c6c88f9077e61943d95fffc91a84b5214 (diff) | |
| download | illumos-gate-4e4fe0d7561f8f77dba14b51e3087f7adb8f0bbd.tar.gz | |
6533110 fork/umem deadlock causes svc.startd to hang (fix lint)
Diffstat (limited to 'usr/src/lib/libumem')
| -rw-r--r-- | usr/src/lib/libumem/common/umem_update_thread.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/usr/src/lib/libumem/common/umem_update_thread.c b/usr/src/lib/libumem/common/umem_update_thread.c index 952cb56324..25abf20ae9 100644 --- a/usr/src/lib/libumem/common/umem_update_thread.c +++ b/usr/src/lib/libumem/common/umem_update_thread.c @@ -113,6 +113,7 @@ umem_update_thread(void *arg)  			    &umem_update_lock, &abs_time);  		}  	} +	/* LINTED no return statement */  }  int | 
