diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-07-30 07:29:28 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-07-30 10:35:23 -0700 |
commit | a63b99f24df3f2a65133e22dd8a0f70e7b706fd6 (patch) | |
tree | b0b9e1d3e885a10de71b2b2c5be11f9f1ab0134c /gcc/go | |
parent | 2fa8c4a659a19ec971c80704f48f96c13aae9ac3 (diff) | |
download | gcc-a63b99f24df3f2a65133e22dd8a0f70e7b706fd6.zip gcc-a63b99f24df3f2a65133e22dd8a0f70e7b706fd6.tar.gz gcc-a63b99f24df3f2a65133e22dd8a0f70e7b706fd6.tar.bz2 |
libgo: use SYS_timer_settime32
Musl defines SYS_timer_settime32, not SYS_timer_settime, on 32-bit systems.
Based on patch by Sören Tempel.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/420222
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 2f2fafd..ca79704 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -a62f20ae78ddd41be682dde8cab075ca4f5dbb2a +d53e8a0e94e34dc609e34dd5e404debda2640cfb The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |