sys_js.go 313 B

1234567891011
  1. // Copyright 2018 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. //go:build js && wasm
  5. package os
  6. // supportsCloseOnExec reports whether the platform supports the
  7. // O_CLOEXEC flag.
  8. const supportsCloseOnExec = false