summaryrefslogtreecommitdiff
path: root/misc/cgo/test/cthread_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/cthread_unix.c')
-rw-r--r--misc/cgo/test/cthread_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/test/cthread_unix.c b/misc/cgo/test/cthread_unix.c
index 998bc00cb..3f39c15e0 100644
--- 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"