aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/time.go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-10-18 14:38:29 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-10-18 14:38:29 +0000
commit812ba636c7b12f2c503e34aaf9e2da50d5777b82 (patch)
treec81659977f9a532c5d4b53872301ba5e67c4166f /libgo/go/runtime/time.go
parentf5de494c59532fdad30097af4185b2ce74700984 (diff)
downloadgcc-812ba636c7b12f2c503e34aaf9e2da50d5777b82.zip
gcc-812ba636c7b12f2c503e34aaf9e2da50d5777b82.tar.gz
gcc-812ba636c7b12f2c503e34aaf9e2da50d5777b82.tar.bz2
runtime: copy netpoll code from Go 1.7 runtime
Reviewed-on: https://go-review.googlesource.com/31325 From-SVN: r241307
Diffstat (limited to 'libgo/go/runtime/time.go')
-rw-r--r--libgo/go/runtime/time.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgo/go/runtime/time.go b/libgo/go/runtime/time.go
index d9a1d59..8df185d 100644
--- a/libgo/go/runtime/time.go
+++ b/libgo/go/runtime/time.go
@@ -8,10 +8,6 @@ package runtime
import "unsafe"
-// Export temporarily for gccgo's C code to call:
-//go:linkname addtimer runtime.addtimer
-//go:linkname deltimer runtime.deltimer
-
// Package time knows the layout of this structure.
// If this struct changes, adjust ../time/sleep.go:/runtimeTimer.
// For GOOS=nacl, package syscall knows the layout of this structure.