diff options
Diffstat (limited to 'third_party/gvsync/gvsync.go')
-rw-r--r-- | third_party/gvsync/gvsync.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/gvsync/gvsync.go b/third_party/gvsync/gvsync.go new file mode 100644 index 000000000..3bbef13c3 --- /dev/null +++ b/third_party/gvsync/gvsync.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 gvsync provides synchronization primitives. +package gvsync |