libgo: update to Go 1.11
[official-gcc.git] / libgo / go / net / splice_stub.go
blob9106cb2c18c6844beb25f4bc4bbffadd0ba78182
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.
5 // +build !linux
7 package net
9 import "io"
11 func splice(c *netFD, r io.Reader) (int64, error, bool) {
12 return 0, nil, false