diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-03-09 02:10:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-03-09 02:10:22 +0000 |
commit | ee973155b2fd00dfe0ef6a3563c9623512f6632e (patch) | |
tree | b6c85d9bbcbcafc6c5236cc9b99d04b65f281cdf /gcc | |
parent | 9c0aa28c4818ab2477910dacdfdceb3cb33c8629 (diff) | |
download | gcc-ee973155b2fd00dfe0ef6a3563c9623512f6632e.zip gcc-ee973155b2fd00dfe0ef6a3563c9623512f6632e.tar.gz gcc-ee973155b2fd00dfe0ef6a3563c9623512f6632e.tar.bz2 |
re PR go/89447 (libgo largefile support is incomplete and inconsistent)
PR go/89447
syscall, internal/syscall: adjust use of largefile functions
Consistently call __go_openat for openat. Use fstatat64, creat64,
sendfile64, and getdents64 where needed.
Based on patch by Rainer Orth.
Fixes https://gcc.gnu.org/PR89447
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/166420
From-SVN: r269521
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 f1bbc37..3c0ee14 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -959260238817af3205fb9907dd92319291e6a893 +3106ec19626d75d8275be16c86421132548fa13e The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |