[52/77] Use scalar_int_mode in extract/store_bit_field
[official-gcc.git] / libgo / go / net / hook_cloexec.go
blob870f0d78b128a511456fcfce175c7925ae7222ac
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 freebsd linux
7 package net
9 import "syscall"
11 var (
12 // Placeholders for socket system calls.
13 accept4Func func(int, int) (int, syscall.Sockaddr, error) = syscall.Accept4