1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:00:03 -07:00

runtime: fix build

R=golang-dev
CC=golang-dev
https://golang.org/cl/7529049
This commit is contained in:
Dmitriy Vyukov 2013-03-14 10:59:55 +04:00
parent 0bee99ab3b
commit f51ec00722

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build darwin
package net package net
#include "runtime.h" #include "runtime.h"