]> Cypherpunks repositories - gostls13.git/commitdiff
net: enable runtime-integrated network pollster on freebsd/arm
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 20 Aug 2013 08:02:42 +0000 (17:02 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 20 Aug 2013 08:02:42 +0000 (17:02 +0900)
Fixes #6146.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12927048

src/pkg/net/fd_bsd.go
src/pkg/net/fd_poll_runtime.go
src/pkg/net/fd_poll_unix.go

index 616c2ac77556a7441fd4fdd33cbd5d86043bd533..b2cc824dfac0e0f5b95d4b460baa8ba0169cf10a 100644 (file)
@@ -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.
 
index 8a4d20cff9cfefa2e39f26c45935341f96354f1b..97dbcf6f7110534a7f861c435e735efd89e572bb 100644 (file)
@@ -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
 
index 3b34707244ca9929d3a7c2871ca667db828db473..189085e926e2f08b25dfc0223cfbff65dfef6e7b 100644 (file)
@@ -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