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" |