mirror of https://github.com/golang/go.git
runtime: fix build
R=golang-dev CC=golang-dev https://golang.org/cl/7529049
This commit is contained in:
parent
0bee99ab3b
commit
f51ec00722
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue