diff options
Diffstat (limited to 'usr/src/uts/intel/ia32/os/archdep.c')
-rw-r--r-- | usr/src/uts/intel/ia32/os/archdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/intel/ia32/os/archdep.c b/usr/src/uts/intel/ia32/os/archdep.c index 2681aeae1a..6e92196949 100644 --- a/usr/src/uts/intel/ia32/os/archdep.c +++ b/usr/src/uts/intel/ia32/os/archdep.c @@ -936,7 +936,7 @@ bind_hwcap(void) #if defined(_SYSCALL32_IMPL) auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) & - ~auxv_hwcap32_exclude; + ~auxv_hwcap32_exclude; #if defined(__amd64) /* @@ -1343,7 +1343,6 @@ gethrestime(timespec_t *tp) #include <sys/machlock.h> extern int one_sec; -extern timestruc_t hrestime; extern int max_hres_adj; void |