re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)

PR go/92861
    runtime: don't define CLOCK_REALTIME in os_hurd.go
    
    It's already defined in sysinfo.go.
    
    Patch by Samuel Thibault.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/210538

From-SVN: r279136
This commit is contained in:
Ian Lance Taylor 2019-12-09 18:03:53 +00:00
parent b5b2e3879d
commit 763c9f4a85
2 changed files with 1 additions and 5 deletions

View File

@ -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.

View File

@ -125,7 +125,3 @@ func osinit() {
physPageSize = uintptr(getPageSize())
}
}
const (
_CLOCK_REALTIME = 0
)