]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: remove slow time compatibility hacks for wine"
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 2 Sep 2019 14:34:20 +0000 (14:34 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 2 Sep 2019 21:46:03 +0000 (21:46 +0000)
commitb36a7a502a590bd9fbf7f73b9678ba58028acfde
treeedb453c155a75639cc5b5d0091e6ab98703da1e2
parentea2fb678c0c0af7be23e0149532f1cd9c8858cdf
Revert "runtime: remove slow time compatibility hacks for wine"

This reverts CL 191759.

Reason for revert: broke most Go programs using the time package on Wine,
including on 4.15, the latest stable version. Only wine-staging (with
experimental patches) contains an upstream fix we could rely on.

Change-Id: Ic8ba126022e54f412174042fbb9abed82d5eb318
Reviewed-on: https://go-review.googlesource.com/c/go/+/192622
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/runtime/os_windows.go
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s
src/runtime/sys_windows_arm.s