aboutsummaryrefslogtreecommitdiff
path: root/libgo/misc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-01-13 11:54:15 -0800
committerIan Lance Taylor <iant@golang.org>2021-01-14 09:57:04 -0800
commit9ac3e2feb3da89eda7a783d2c675ec897e81b338 (patch)
tree996f5d30af6f64ea4c19357fe4a2e3e452fa9013 /libgo/misc
parent6106dfb9f73a33c87108ad5b2dcd4842bdd7828e (diff)
downloadgcc-9ac3e2feb3da89eda7a783d2c675ec897e81b338.zip
gcc-9ac3e2feb3da89eda7a783d2c675ec897e81b338.tar.gz
gcc-9ac3e2feb3da89eda7a783d2c675ec897e81b338.tar.bz2
libgo: update hurd support
Patch from Svante Signell. Fixes PR go/98496 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/283692
Diffstat (limited to 'libgo/misc')
-rw-r--r--libgo/misc/cgo/test/cthread_unix.c2
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"