runtime: rename siginfo to _siginfo_t
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 16 Jan 2017 01:21:42 +0000 (01:21 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 16 Jan 2017 01:21:42 +0000 (01:21 +0000)
commita2a7ea4834a229da57242c8bc0e14a3fa9fa5a58
tree3ba4895137efbc8704a1663193b17465fcc62655
parent58a3a26bbdc5f5158b004c761fb054168cd044df
runtime: rename siginfo to _siginfo_t

    Since the name siginfo winds up in runtime.inc, this avoids a name
    collision on systems that define "struct siginfo" in the system header
    files.

    Reviewed-on: https://go-review.googlesource.com/35239

From-SVN: r244484
gcc/go/gofrontend/MERGE
libgo/go/runtime/signal_gccgo.go
libgo/go/runtime/signal_sighandler.go
libgo/go/runtime/signal_unix.go
libgo/go/runtime/stubs.go