aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/osutil/osutil_linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-06 15:29:02 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-06 15:59:35 +0200
commit36db93ffb999fa743fc81cf9d05811b94751ca5f (patch)
tree17ed11d544e3735eaaadfa589998766372b853bb /pkg/osutil/osutil_linux.go
parent4e3820bfb2ea2331d420033ae77d341ed049c2a5 (diff)
pkg/osutil: remove appengine tag
Appengine doesn't provide appengine tag anymore. Resort to use of syscall package for ExitStatus instead.
Diffstat (limited to 'pkg/osutil/osutil_linux.go')
-rw-r--r--pkg/osutil/osutil_linux.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/osutil/osutil_linux.go b/pkg/osutil/osutil_linux.go
index 7ed109662..30fa892d8 100644
--- a/pkg/osutil/osutil_linux.go
+++ b/pkg/osutil/osutil_linux.go
@@ -1,8 +1,6 @@
// 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 (