diff options
Diffstat (limited to 'src/runtime/vdso_linux_386.go')
| -rw-r--r-- | src/runtime/vdso_linux_386.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/vdso_linux_386.go b/src/runtime/vdso_linux_386.go index 90f7af507b..5092c7c1d1 100644 --- a/src/runtime/vdso_linux_386.go +++ b/src/runtime/vdso_linux_386.go @@ -11,11 +11,11 @@ const ( vdsoArrayMax = 1<<31 - 1 ) +var vdsoLinuxVersion = vdsoVersionKey{"LINUX_2.6", 0x3ae75f6} + var vdsoSymbolKeys = []vdsoSymbolKey{ {"__vdso_clock_gettime", 0xd35ec75, 0x6e43a318, &vdsoClockgettimeSym}, } // initialize to fall back to syscall -var ( - vdsoClockgettimeSym uintptr = 0 -) +var vdsoClockgettimeSym uintptr = 0 |
