mirror of https://github.com/golang/go.git
cmd/prof: don't build on Plan 9 for now.
R=golang-dev, bradfitz, akumar CC=golang-dev https://golang.org/cl/5629054
This commit is contained in:
parent
74607d18c5
commit
3192cac587
|
|
@ -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 !plan9
|
||||
|
||||
#include <u.h>
|
||||
#include <time.h>
|
||||
#include <libc.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue