diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-18 14:38:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-18 14:38:29 +0000 |
commit | 812ba636c7b12f2c503e34aaf9e2da50d5777b82 (patch) | |
tree | c81659977f9a532c5d4b53872301ba5e67c4166f /libgo/go/runtime/time.go | |
parent | f5de494c59532fdad30097af4185b2ce74700984 (diff) | |
download | gcc-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.go | 4 |
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. |