summaryrefslogtreecommitdiff
path: root/usr/src/lib/libumem/common/umem_update_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libumem/common/umem_update_thread.c')
-rw-r--r--usr/src/lib/libumem/common/umem_update_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libumem/common/umem_update_thread.c b/usr/src/lib/libumem/common/umem_update_thread.c
index 5b393cfb13..eb044b7641 100644
--- a/usr/src/lib/libumem/common/umem_update_thread.c
+++ b/usr/src/lib/libumem/common/umem_update_thread.c
@@ -138,7 +138,7 @@ umem_create_update_thread(void)
(void) mutex_unlock(&umem_update_lock);
- if (thr_create(NULL, NULL, umem_update_thread, NULL,
+ if (thr_create(NULL, 0, umem_update_thread, NULL,
THR_BOUND | THR_DAEMON | THR_DETACHED | THR_SUSPENDED,
&newthread) == 0) {
(void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);