diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-10 21:17:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-10 21:17:00 +0000 |
commit | 476013d60bccdca296731062ca8deced5c9c3e3a (patch) | |
tree | 0c52b22a5b1c8f42de2137e6e300136297897d88 /gcc/go | |
parent | 9a21c05d8d2a58a23782dbcedb4aa6df62282aa0 (diff) | |
download | gcc-476013d60bccdca296731062ca8deced5c9c3e3a.zip gcc-476013d60bccdca296731062ca8deced5c9c3e3a.tar.gz gcc-476013d60bccdca296731062ca8deced5c9c3e3a.tar.bz2 |
libgo: Use stat_atim.go on Solaris 12+
From Rainer Orth.
Solaris 12 changes the stat_[amc]tim members of struct stat from
timestruc_t to timespec_t for XPG7 compatiblity, thus breaking the libgo
build. The following patch checks for this change and uses the common
stat_atim.go if appropriate.
Reviewed-on: https://go-review.googlesource.com/14495
From-SVN: r227665
Diffstat (limited to 'gcc/go')
-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 ddf4637..3073489 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -7ba569544420d1de0eb607707ced6d23f8865186 +9bac6243d2252b2d043243d6ab1123ba7e90fa53 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |