aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/sync
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-08-07 15:17:35 -0700
committerIan Lance Taylor <iant@golang.org>2020-08-07 17:22:33 -0700
commit10c8507372f3e1c09df0bfe6449c126dee5075de (patch)
tree27c7db25f91db33c83f56cc75621e61fbf21d921 /libgo/go/sync
parenta72e938d710fa4b6c8eb89c4daab68e320fa97df (diff)
downloadgcc-10c8507372f3e1c09df0bfe6449c126dee5075de.zip
gcc-10c8507372f3e1c09df0bfe6449c126dee5075de.tar.gz
gcc-10c8507372f3e1c09df0bfe6449c126dee5075de.tar.bz2
libgo: update to Go1.15rc2 release
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/247517
Diffstat (limited to 'libgo/go/sync')
-rw-r--r--libgo/go/sync/runtime2.go4
-rw-r--r--libgo/go/sync/runtime2_lockrank.go4
2 files changed, 8 insertions, 0 deletions
diff --git a/libgo/go/sync/runtime2.go b/libgo/go/sync/runtime2.go
index 931edad..f10c4e8 100644
--- a/libgo/go/sync/runtime2.go
+++ b/libgo/go/sync/runtime2.go
@@ -1,3 +1,7 @@
+// Copyright 2020 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
// +build !goexperiment.staticlockranking
package sync
diff --git a/libgo/go/sync/runtime2_lockrank.go b/libgo/go/sync/runtime2_lockrank.go
index 5a68e90..aaa1c27 100644
--- a/libgo/go/sync/runtime2_lockrank.go
+++ b/libgo/go/sync/runtime2_lockrank.go
@@ -1,3 +1,7 @@
+// Copyright 2020 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
// +build goexperiment.staticlockranking
package sync