gcc/libgo/go
Ian Lance Taylor 6b2cd37bd9 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
2016-02-26 17:36:00 +00:00
..
archive libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
bufio
builtin
bytes
cmd libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
compress
container
crypto
database/sql
debug
encoding
errors
exp
expvar
flag
fmt
go libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
hash
html
image
index/suffixarray
internal
io
log
math
mime
net libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
old
os libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
path
reflect
regexp
runtime libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
sort
strconv
strings
sync libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
syscall re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) 2016-02-26 17:36:00 +00:00
testing
text
time
unicode