Retro68/gcc/libgo/go/os/sticky_bsd.go

12 lines
380 B
Go
Raw Normal View History

2017-04-10 11:32:00 +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-06-02 15:48:37 +00:00
// +build aix darwin dragonfly freebsd netbsd openbsd solaris
2017-04-10 11:32:00 +00:00
package os
// According to sticky(8), neither open(2) nor mkdir(2) will create
// a file with the sticky bit set.
const supportsCreateWithStickyBit = false