diff options
Diffstat (limited to 'usr/src/uts/common/sys/lwp.h')
-rw-r--r-- | usr/src/uts/common/sys/lwp.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 <sys/synch.h> #include <sys/ucontext.h> @@ -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); |