From ae6373a21edd067445977ed155aa0af815a69f16 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Mon, 16 May 2011 05:37:44 +0100 Subject: libumem: Mark thread function __NORETURN --- usr/src/lib/libumem/common/umem_update_thread.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr/src/lib/libumem/common/umem_update_thread.c') diff --git a/usr/src/lib/libumem/common/umem_update_thread.c b/usr/src/lib/libumem/common/umem_update_thread.c index 178c6e7334..f9a6615f5a 100644 --- a/usr/src/lib/libumem/common/umem_update_thread.c +++ b/usr/src/lib/libumem/common/umem_update_thread.c @@ -24,15 +24,13 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "umem_base.h" #include "vmem_base.h" #include /*ARGSUSED*/ -static void * +static void * __NORETURN umem_update_thread(void *arg) { struct timeval now; -- cgit v1.2.3