gcc/libgo/go
Ian Lance Taylor dd554b787d syscall: don't assume we have a GETEUID system call
On Alpha GNU/Linux there is no geteuid system call, there is only
    getresuid.  The raw geteuid system call is only used for testing, so
    just skip the test if it's not available.
    
    Reviewed-on: https://go-review.googlesource.com/137655

From-SVN: r264647
2018-09-26 15:17:30 +00:00
..
archive libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
bufio libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
builtin libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
bytes libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cmd cmd/go: pass down testing gccgo in TestScript 2018-09-25 14:16:32 +00:00
compress libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
container libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
context libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
crypto libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
database/sql libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
debug libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
encoding libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
errors libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
expvar libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
flag libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
fmt libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
golang_org/x libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
hash libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
html libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
image libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
index/suffixarray libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
internal internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
io libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
log libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
math libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
mime libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
net libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
os runtime, os: fix the build on Solaris 2018-09-26 03:29:07 +00:00
path libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
plugin libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
reflect libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
regexp libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
runtime runtime, os: fix the build on Solaris 2018-09-26 03:29:07 +00:00
sort libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
strconv libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
strings libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
sync libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
syscall syscall: don't assume we have a GETEUID system call 2018-09-26 15:17:30 +00:00
testing libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
text libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
time libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
unicode libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00