On Sun, Dec 8, 2019 at 7:43 PM Ian Lance Taylor <i...@golang.org> wrote: > > I've committed this Hurd fix by Samuel Thibault for GCC PR 92861.
And a followup patch, also by Samuel Thibault. Committed to mainline. Ian
Index: gcc/go/gofrontend/MERGE =================================================================== --- gcc/go/gofrontend/MERGE (revision 279106) +++ gcc/go/gofrontend/MERGE (working copy) @@ -1,4 +1,4 @@ -1da5ceb8daaab7a243fffd6a647554cf674716f8 +6f2bf15e15bf7516c393966577d72b79cba7f980 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. Index: libgo/go/runtime/os_hurd.go =================================================================== --- libgo/go/runtime/os_hurd.go (revision 279106) +++ libgo/go/runtime/os_hurd.go (working copy) @@ -125,7 +125,3 @@ func osinit() { physPageSize = uintptr(getPageSize()) } } - -const ( - _CLOCK_REALTIME = 0 -)