diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-01-13 11:54:15 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-01-14 09:57:04 -0800 |
commit | 9ac3e2feb3da89eda7a783d2c675ec897e81b338 (patch) | |
tree | 996f5d30af6f64ea4c19357fe4a2e3e452fa9013 /libgo/misc | |
parent | 6106dfb9f73a33c87108ad5b2dcd4842bdd7828e (diff) | |
download | gcc-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.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" |