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

Unified Diff: misc/cgo/test/cthread_unix.c

Issue 13213043: cgo: enable cgo on dragonfly
Patch Set: diff -r 2aef8fd83bbd https://go.googlecode.com/hg Created 11 years, 7 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 | « no previous file | misc/cgo/testso/cgoso.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: misc/cgo/test/cthread_unix.c
===================================================================
--- a/misc/cgo/test/cthread_unix.c
+++ b/misc/cgo/test/cthread_unix.c
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd
#include <pthread.h>
#include "_cgo_export.h"
« no previous file with comments | « no previous file | misc/cgo/testso/cgoso.go » ('j') | no next file with comments »

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