From 2a12f85ad140e332791b4bad1208a734c3f26bf3 Mon Sep 17 00:00:00 2001 From: Jeremy Jones Date: Wed, 21 Aug 2013 15:45:46 -0800 Subject: 3946 ::gcore Reviewed by: Adam Leventhal Reviewed by: Matthew Ahrens Approved by: Robert Mustacchi --- usr/src/uts/common/sys/lwp.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'usr/src/uts/common/sys/lwp.h') diff --git a/usr/src/uts/common/sys/lwp.h b/usr/src/uts/common/sys/lwp.h index 1333225e65..03081022b3 100644 --- a/usr/src/uts/common/sys/lwp.h +++ b/usr/src/uts/common/sys/lwp.h @@ -23,12 +23,13 @@ * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +/* + * Copyright (c) 2013 by Delphix. All rights reserved. + */ #ifndef _SYS_LWP_H #define _SYS_LWP_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include #include @@ -64,6 +65,8 @@ struct lwpinfo32 { #endif /* _SYSCALL32 */ +typedef uint_t lwpid_t; + #define _LWP_FSBASE 0 #define _LWP_GSBASE 1 @@ -72,8 +75,6 @@ struct lwpinfo32 { #ifndef _KERNEL -typedef uint_t lwpid_t; - int _lwp_kill(lwpid_t, int); int _lwp_info(struct lwpinfo *); lwpid_t _lwp_self(void); -- cgit v1.2.3