summaryrefslogtreecommitdiffstats
path: root/src/math/bits/bits_errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/bits/bits_errors.go')
-rw-r--r--src/math/bits/bits_errors.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/math/bits/bits_errors.go b/src/math/bits/bits_errors.go
new file mode 100644
index 0000000..192b4be
--- /dev/null
+++ b/src/math/bits/bits_errors.go
@@ -0,0 +1,15 @@
+// Copyright 2019 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// +build !compiler_bootstrap
+
+package bits
+
+import _ "unsafe"
+
+//go:linkname overflowError runtime.overflowError
+var overflowError error
+
+//go:linkname divideError runtime.divideError
+var divideError error