runtime: rename siginfo to _siginfo_t
commitae306c0a93394c74cd3b9c3760eb12fc31af6ae1
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jan 2017 01:21:42 +0000 (16 01:21 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jan 2017 01:21:42 +0000 (16 01:21 +0000)
tree3ba4895137efbc8704a1663193b17465fcc62655
parent511f628b2681f653873d46badc683ebf57c8f174
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244484 138bc75d-0d04-0410-961f-82ee72b054a4
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