From f51ec00722b16d356d959065d035a880864795df Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Thu, 14 Mar 2013 10:59:55 +0400 Subject: [PATCH] runtime: fix build R=golang-dev CC=golang-dev https://golang.org/cl/7529049 --- src/pkg/runtime/netpoll.goc | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.50.0