diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2013-03-14 10:59:55 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2013-03-14 10:59:55 +0400 |
| commit | f51ec00722b16d356d959065d035a880864795df (patch) | |
| tree | 31a028a9786af5172f2f0180ec175726bf41f805 /src | |
| parent | 0bee99ab3b17caca812aa78a51485aadf0bc1788 (diff) | |
| download | go-f51ec00722b16d356d959065d035a880864795df.tar.xz | |
runtime: fix build
R=golang-dev
CC=golang-dev
https://golang.org/cl/7529049
Diffstat (limited to 'src')
| -rw-r--r-- | src/pkg/runtime/netpoll.goc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
