mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-21 11:54:28 +08:00
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:
parent
b5b2e3879d
commit
763c9f4a85
@ -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.
|
||||
|
@ -125,7 +125,3 @@ func osinit() {
|
||||
physPageSize = uintptr(getPageSize())
|
||||
}
|
||||
}
|
||||
|
||||
const (
|
||||
_CLOCK_REALTIME = 0
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user