2015-10-31 00:59:47 +00:00
|
|
|
// Copyright 2014 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.
|
|
|
|
|
2019-01-18 19:04:36 +00:00
|
|
|
// +build !aix
|
2015-10-31 00:59:47 +00:00
|
|
|
// +build !darwin
|
|
|
|
// +build !dragonfly
|
|
|
|
// +build !freebsd
|
2019-09-06 18:12:46 +00:00
|
|
|
// +build !js !wasm
|
2015-10-31 00:59:47 +00:00
|
|
|
// +build !netbsd
|
|
|
|
// +build !openbsd
|
|
|
|
// +build !solaris
|
|
|
|
|
|
|
|
package os
|
|
|
|
|
|
|
|
const supportsCreateWithStickyBit = true
|