Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(220)

Unified Diff: src/runtime/defs1_solaris_amd64.go

Issue 174960043: [dev.cc] code review 174960043: runtime: convert Solaris port to Go (Closed)
Patch Set: diff -r c6ca074d4454d059449d7d10599c8857a59a3eb0 https://code.google.com/p/go Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/liblink/asm6.c ('k') | src/runtime/mem_bsd.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/defs1_solaris_amd64.go
===================================================================
--- a/src/runtime/defs1_solaris_amd64.go
+++ b/src/runtime/defs1_solaris_amd64.go
@@ -172,6 +172,10 @@
tv_usec int64
}
+func (tv *timeval) set_usec(x int32) {
+ tv.tv_usec = int64(x)
+}
+
type itimerval struct {
it_interval timeval
it_value timeval
@@ -185,6 +189,7 @@
portev_user *byte
}
+type pthread uint32
type pthreadattr struct {
__pthread_attrp *byte
}
« no previous file with comments | « src/liblink/asm6.c ('k') | src/runtime/mem_bsd.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b