gcc/libgo/go
Ian Lance Taylor 0901429d47 syscall: call f?statfs64 on GNU/Linux
We unconditionally set _FILE_OFFSET_BITS to 64 in configure.ac, so we
    should unconditionally call the statfs64 and fstatfs64 functions.
    These functions should be available on all versions of GNU/Linux since 2.6.
    On 64-bit systems they are aliased to statfs/fstatfs, and on 32-bit
    systems they use the 64-bit data structures.
    
    Fixes golang/go#20922
    
    Reviewed-on: https://go-review.googlesource.com/50635

From-SVN: r250443
2017-07-21 20:25:13 +00:00
..
archive
bufio
builtin
bytes Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
cmd cmd/go: use gccSupportsFlag for -fsplit-stack 2017-07-14 22:21:37 +00:00
compress
container
context
crypto libgo: update to 1.8.3 release 2017-06-08 19:02:12 +00:00
database/sql libgo: update to 1.8.3 release 2017-06-08 19:02:12 +00:00
debug debug/elf: handle Alpha relocs 2017-06-21 22:39:36 +00:00
encoding
errors
exp
expvar
flag
fmt
go libgo: remove old MIPS architecture names 2017-06-21 22:11:04 +00:00
golang_org/x
hash
html
image
index/suffixarray
internal Forgot to remove this file in the last libgo commit. 2017-06-21 22:29:36 +00:00
io
log
math Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
mime Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
net libgo: update to 1.8.3 release 2017-06-08 19:02:12 +00:00
os os: align siginfo argument to waitid 2017-06-23 17:10:18 +00:00
path Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
plugin
reflect Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
regexp
runtime runtime: allocate more stack space in CgoCallbackGC test 2017-07-21 17:50:14 +00:00
sort
strconv
strings
sync
syscall syscall: call f?statfs64 on GNU/Linux 2017-07-21 20:25:13 +00:00
testing
text
time Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
unicode