sys_js.go 309 Bytes
Newer Older
1
// Copyright 2018 The Go Authors. All rights reserved.
2 3 4
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

5 6
// +build js,wasm

7 8 9 10
package os

// supportsCloseOnExec reports whether the platform supports the
// O_CLOEXEC flag.
11
const supportsCloseOnExec = false