2017-07-25 Tamar Christina <tamar.christina@arm.com>
[official-gcc.git] / libgo / go / os / sys_unix.go
blob4caf8bdb7d0e3d7106fd6649c88f950a791eca22
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 // +build aix dragonfly linux netbsd openbsd solaris
7 package os
9 // supportsCloseOnExec reports whether the platform supports the
10 // O_CLOEXEC flag.
11 const supportsCloseOnExec = true