diff options
Diffstat (limited to 'libgo/misc')
-rw-r--r-- | libgo/misc/cgo/test/cthread_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/misc/cgo/test/cthread_unix.c b/libgo/misc/cgo/test/cthread_unix.c index 247d636..e56a77e 100644 --- a/libgo/misc/cgo/test/cthread_unix.c +++ b/libgo/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 aix darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd hurd linux netbsd openbsd solaris #include <pthread.h> #include "_cgo_export.h" |