]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix build
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 14 Mar 2013 06:59:55 +0000 (10:59 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 14 Mar 2013 06:59:55 +0000 (10:59 +0400)
R=golang-dev
CC=golang-dev
https://golang.org/cl/7529049

src/pkg/runtime/netpoll.goc

index 2c61952700b6abc771502b8f95a9c422e38c4de2..84810003ea049ada723af4f9c0efcb8d4a462a1f 100644 (file)
@@ -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"