gvisor/pkg/tcpip/link/rawfile/blockingpoll_unsafe_amd64.go

15 lines
323 B
Go
Raw Normal View History

// Copyright 2018 The Netstack Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux,amd64
package rawfile
import (
"syscall"
)
//go:noescape
func blockingPoll(fds *pollEvent, nfds int, timeout int64) (int, syscall.Errno)