summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/sync.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-04-02 19:01:43 +0000
committergVisor bot <gvisor-bot@google.com>2020-04-02 19:01:43 +0000
commit36051731334c63a63d8667278d75a307b53201fa (patch)
tree1fdb7d7a94741adcfd6bcb8cf490fbe3dcf42fca /pkg/sync/sync.go
parent139f4fec9679157a2dff5ead91ad91088a920440 (diff)
parent30388ff5919df33e7184719dfc6c0d9cb110b2e2 (diff)
Merge release-20200323.0-57-g30388ff (automated)
Diffstat (limited to 'pkg/sync/sync.go')
-rwxr-xr-xpkg/sync/sync.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/sync/sync.go b/pkg/sync/sync.go
new file mode 100755
index 000000000..b16cf5333
--- /dev/null
+++ b/pkg/sync/sync.go
@@ -0,0 +1,7 @@
+// Copyright 2019 The gVisor Authors.
+//
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// Package sync provides synchronization primitives.
+package sync