mirror of
https://github.com/golang/go
synced 2024-11-21 22:34:48 -07:00
net: enable runtime-integrated network pollster on freebsd/arm
Fixes #6146. R=golang-dev, r CC=golang-dev https://golang.org/cl/12927048
This commit is contained in:
parent
e82614e5be
commit
9b65dac494
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build freebsd,arm
|
||||
// +build ignore
|
||||
|
||||
// Waiting for FDs via kqueue/kevent.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin freebsd,amd64 freebsd,386 linux netbsd openbsd windows
|
||||
// +build darwin freebsd linux netbsd openbsd windows
|
||||
|
||||
package net
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build freebsd,arm
|
||||
// +build ignore
|
||||
|
||||
package net
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user