r244484 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Mon Jan 16 01:21:00 GMT 2017


Author: ian
Date: Mon Jan 16 01:21:42 2017
New Revision: 244484

URL: https://gcc.gnu.org/viewcvs?rev=244484&root=gcc&view=rev
Log:
    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

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/signal_gccgo.go
    trunk/libgo/go/runtime/signal_sighandler.go
    trunk/libgo/go/runtime/signal_unix.go
    trunk/libgo/go/runtime/stubs.go



More information about the Gcc-cvs mailing list