Remove cgo flag for oom package

pull/6/head
Zihong Zheng 2017-08-23 20:19:24 -07:00
parent 44ca021d30
commit 47ddd733d5
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// +build cgo,linux
// +build linux
/*
Copyright 2015 The Kubernetes Authors.

View File

@ -1,4 +1,4 @@
// +build cgo,linux
// +build linux
/*
Copyright 2015 The Kubernetes Authors.

View File

@ -1,4 +1,4 @@
// +build !cgo !linux
// +build !linux
/*
Copyright 2015 The Kubernetes Authors.