diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-05-12 00:59:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-05-12 00:59:15 +0000 |
commit | b3a7fdc3eadb551659dedf47c2a6faf0d569a278 (patch) | |
tree | 002ab5a68d9c1394e2acc105df1a0bb41a87ba50 /gcc | |
parent | 2d82ec25dc0f1fd9e1d5b013db48802a150dec7c (diff) | |
download | gcc-b3a7fdc3eadb551659dedf47c2a6faf0d569a278.zip gcc-b3a7fdc3eadb551659dedf47c2a6faf0d569a278.tar.gz gcc-b3a7fdc3eadb551659dedf47c2a6faf0d569a278.tar.bz2 |
os: use opendir64 and closedir64 on AIX
When using readdir64 on AIX, we must also use
opendir64 and closedir64.
Issue golang/go#19200
Reviewed-on: https://go-review.googlesource.com/43251
From-SVN: r247947
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 a0e661b..27f4227 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -619848ccd463ac385e9912df008e7e8e6301a284 +fc3d6af694c518d73a126bcbd90d79982524f9f6 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |