sys_unix.go 339 B

123456789101112
  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.
  4. // +build dragonfly linux netbsd openbsd solaris
  5. package os
  6. // supportsCloseOnExec reports whether the platform supports the
  7. // O_CLOEXEC flag.
  8. const supportsCloseOnExec = true