c7282e4f72
- update to go1.7.0 (bsc#996303) Most of its changes are in the implementation of the toolchain, runtime, and libraries. There is one minor change to the language specification. The release adds a port to IBM LinuxOne; updates the x86-64 compiler back end to generate more efficient code; includes the context package, promoted from the x/net subrepository and now used in the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. The release also finalizes the vendoring support started in Go 1.5, making it a standard feature. more at: https://golang.org/doc/go1.7 Review patches: - armv6l.patch - fix_certificates_lookup.patch, - go-1.5-install-dont-reinstall-stdlibs.patch - gcc5-go.patch OBS-URL: https://build.opensuse.org/request/show/431323 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=270
14 lines
356 B
Diff
14 lines
356 B
Diff
diff --git a/go/src/runtime/os_linux_generic.go b/b/src/runtime/os_linux_generic.go
|
|
index a16d140..8351ffb 100644
|
|
--- a/go/src/runtime/os_linux_generic.go
|
|
+++ b/b/src/runtime/os_linux_generic.go
|
|
@@ -11,7 +11,7 @@ package runtime
|
|
|
|
const (
|
|
_SS_DISABLE = 2
|
|
- _NSIG = 65
|
|
+ _NSIG = 64
|
|
_SI_USER = 0
|
|
_SIG_BLOCK = 0
|
|
_SIG_UNBLOCK = 1
|