mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 09:14:04 +08:00
12 lines
275 B
Go
12 lines
275 B
Go
|
// Copyright 2021 The Go Authors. All rights reserved.
|
||
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE file.
|
||
|
|
||
|
//go:build (js && wasm) || windows
|
||
|
|
||
|
package net
|
||
|
|
||
|
const readMsgFlags = 0
|
||
|
|
||
|
func setReadMsgCloseOnExec(oob []byte) {}
|