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

Unified Diff: src/pkg/runtime/os_dragonfly.go

Issue 139930043: code review 139930043: runtime: convert lock*.c to Go (Closed)
Patch Set: diff -r 91378329bf67c315e56119764bfb0edbb640a5ba https://code.google.com/p/go/ Created 10 years, 6 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/pkg/runtime/os_darwin.go ('k') | src/pkg/runtime/os_freebsd.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/os_dragonfly.go
===================================================================
--- a/src/pkg/runtime/os_dragonfly.go
+++ b/src/pkg/runtime/os_dragonfly.go
@@ -19,3 +19,5 @@
func closeonexec(fd int32)
func sys_umtx_sleep(addr unsafe.Pointer, val, timeout int32) int32
func sys_umtx_wakeup(addr unsafe.Pointer, val int32) int32
+
+const stackSystem = 0
« no previous file with comments | « src/pkg/runtime/os_darwin.go ('k') | src/pkg/runtime/os_freebsd.go » ('j') | no next file with comments »

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