mirror of
https://github.com/golang/go
synced 2024-11-19 03:54:42 -07:00
runtime: import unsafe in os_windows.go (fixes windows build)
Change-Id: I55419cb580e6d18cf1c17c3e7bb8777ed6d794e7 Reviewed-on: https://go-review.googlesource.com/1995 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
d11f411181
commit
7f4c26850a
@ -4,6 +4,8 @@
|
||||
|
||||
package runtime
|
||||
|
||||
import _ "unsafe"
|
||||
|
||||
type stdFunction *byte
|
||||
|
||||
//go:linkname os_sigpipe os.sigpipe
|
||||
|
Loading…
Reference in New Issue
Block a user