Commit 7f4c2685 authored by Alex Brainman's avatar Alex Brainman

runtime: import unsafe in os_windows.go (fixes windows build)

Change-Id: I55419cb580e6d18cf1c17c3e7bb8777ed6d794e7
Reviewed-on: https://go-review.googlesource.com/1995Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent d11f4111
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
package runtime package runtime
import _ "unsafe"
type stdFunction *byte type stdFunction *byte
//go:linkname os_sigpipe os.sigpipe //go:linkname os_sigpipe os.sigpipe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment