aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/osutil/osutil_linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-07-03 14:43:37 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-07-03 14:43:37 +0200
commit2181ef35e17d97286cfe7edad5d4d68c225922d9 (patch)
tree0f20a125e4f4175ea47b80eb89cbe05d08a3f46f /pkg/osutil/osutil_linux.go
parente7b1c55592f5735c55cafb868be1634b13b70caa (diff)
pkg/osutil: don't depend on syscall in appengine build
Dashboard app now depends on osutil through config package. Reshuffle functions so that the package does not depend on syscall in appengine build.
Diffstat (limited to 'pkg/osutil/osutil_linux.go')
-rw-r--r--pkg/osutil/osutil_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/osutil/osutil_linux.go b/pkg/osutil/osutil_linux.go
index 320f06fc3..b31905599 100644
--- a/pkg/osutil/osutil_linux.go
+++ b/pkg/osutil/osutil_linux.go
@@ -1,6 +1,8 @@
// Copyright 2017 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+// +build !appengine
+
package osutil
import (