From: Dmitriy Vyukov Date: Thu, 14 Mar 2013 06:59:55 +0000 (+0400) Subject: runtime: fix build X-Git-Tag: go1.1rc2~516 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f51ec00722b16d356d959065d035a880864795df;p=gostls13.git runtime: fix build R=golang-dev CC=golang-dev https://golang.org/cl/7529049 --- diff --git a/src/pkg/runtime/netpoll.goc b/src/pkg/runtime/netpoll.goc index 2c61952700..84810003ea 100644 --- a/src/pkg/runtime/netpoll.goc +++ b/src/pkg/runtime/netpoll.goc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build darwin + package net #include "runtime.h"