libgo: update to go1.9
[official-gcc.git] / libgo / go / internal / poll / hook_cloexec.go
blob73df6ed6beb737d150e064c4e4b12fb63b33b2b4
1 // Copyright 2015 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 dragonfly freebsd linux
7 package poll
9 import "syscall"
11 // Accept4Func is used to hook the accept4 call.
12 var Accept4Func func(int, int) (int, syscall.Sockaddr, error) = syscall.Accept4