const os.supportsCreateWithStickyBit

3 uses

	os (current package)
		file.go#L269: 	if !supportsCreateWithStickyBit && perm&ModeSticky != 0 {
		file_unix.go#L207: 	if !supportsCreateWithStickyBit && flag&O_CREATE != 0 && perm&ModeSticky != 0 {
		sticky_bsd.go#L11: const supportsCreateWithStickyBit = false