| commit | a87e4a2d01097c7f2430df0427aaae9c0b6f2031 | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Fri Nov 14 12:55:10 2014 -0500 |
| committer | Russ Cox <rsc@golang.org> | Fri Nov 14 12:55:10 2014 -0500 |
| tree | 87ab019f79a3c6ae9b2ebdefc4ded115af8a771c | |
| parent | 1d05d5880ec6f1b42b19ebdfae230451797ed8aa [diff] [blame] |
[dev.cc] runtime: fix linux build TBR=austin CC=golang-codereviews https://golang.org/cl/176760044
diff --git a/src/runtime/defs_linux_arm.go b/src/runtime/defs_linux_arm.go index 1e7c679..7f83002 100644 --- a/src/runtime/defs_linux_arm.go +++ b/src/runtime/defs_linux_arm.go
@@ -88,6 +88,10 @@ ts.tv_sec = x } +func (ts *timespec) set_nsec(x int32) { + ts.tv_nsec = x +} + type sigaltstackt struct { ss_sp *byte ss_flags int32