re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 26 Feb 2016 17:36:00 +0000 (17:36 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 26 Feb 2016 17:36:00 +0000 (17:36 +0000)
commit6b2cd37bd965bb51f2fd098c164f2441ad4f525c
treea5186cce77f730c3331fe4e1f4ce3afcff5ff594
parent9ece21a6c56ee2b000f194d8fa591d7348b45afb
re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)

PR go/69966
    syscall: Add new Getsockopt functions.

    Add GetsockoptICMPv6Filter, GetsockoptIPv6MTUInfo, GetsockoptUcred as
    appropriate.  These functions exist in the master library.

    For GCC PR 69966.

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

From-SVN: r233747
gcc/go/gofrontend/MERGE
libgo/go/syscall/socket.go
libgo/go/syscall/socket_bsd.go
libgo/go/syscall/socket_linux.go
libgo/mksysinfo.sh