diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-07-21 20:25:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-07-21 20:25:13 +0000 |
commit | 0901429d474107af56cef0a72da6cedf9d42fcfc (patch) | |
tree | b4020c6e1e105ea5cc78e2abefa9ae1bb43fecce /gcc | |
parent | 325fe81618c822b8cac4fd31c1ec57066ef338cf (diff) | |
download | gcc-0901429d474107af56cef0a72da6cedf9d42fcfc.zip gcc-0901429d474107af56cef0a72da6cedf9d42fcfc.tar.gz gcc-0901429d474107af56cef0a72da6cedf9d42fcfc.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index efb2dd4..4c0b827 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -b712bacd939466e66972337744983e180849c535 +e1bd9ea4dc16e228164c92a12c5229ddf20f2b50 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |