Commit ba8e61d8 authored by David Symonds's avatar David Symonds

os: use a different symbol from syscall in mkunixsignals.sh.

Open is more likely to be present than Syscall.

R=rsc
CC=golang-dev
https://golang.org/cl/4645073
parent d980f538
......@@ -14,7 +14,7 @@ import (
"syscall"
)
var _ = syscall.Syscall // in case there are zero signals
var _ = syscall.Open // in case there are zero signals
const (
EOH
......
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