MATCH: Add patterns from phiopt's minmax_replacement
[official-gcc.git] / libgo / go / os / sticky_notbsd.go
blob9a87fbde92c2ba6837c1149ea6f9fcfb52860608
1 // Copyright 2014 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 //go:build !aix && !darwin && !dragonfly && !freebsd && (!js || !wasm) && !netbsd && !openbsd && !solaris
7 package os
9 const supportsCreateWithStickyBit = true