You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the x/sys/unix package is correct. MIPS64le GNU/Linux does not have a SIGSTKFLT signal. Signal number 0x16 is SIGIO aka SIGPOLL. You would see the same error compiling an equivalent C program on MIPS64le GNU/Linux. Note that in the x86 header file SIGSTKFLT is marked as obsolete.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
build docker without error related to golang.org/x/sys
What did you see instead?
# github.com/docker/docker/pkg/signal
pkg/signal/signal_linux.go:35:14: undefined: unix.SIGSTKFLT
The text was updated successfully, but these errors were encountered: