diff options
Diffstat (limited to 'usr/src/uts/intel/asm/thread.h')
| -rw-r--r-- | usr/src/uts/intel/asm/thread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/intel/asm/thread.h b/usr/src/uts/intel/asm/thread.h index bdafb6b119..df3c211ccf 100644 --- a/usr/src/uts/intel/asm/thread.h +++ b/usr/src/uts/intel/asm/thread.h @@ -27,8 +27,7 @@ #ifndef _ASM_THREAD_H #define _ASM_THREAD_H -#pragma ident "%Z%%M% %I% %E% SMI" - +#include <sys/ccompile.h> #include <sys/types.h> #ifdef __cplusplus @@ -46,7 +45,8 @@ struct _kthread; * Yuck. */ -extern __inline__ struct _kthread *threadp(void) +extern __GNU_INLINE struct _kthread +*threadp(void) { void *__value; |
