Browse Source

Merge pull request #29703 from allencloud/make-pkg-system-support-darwin

make more package in system support darwin
Sebastiaan van Stijn 8 years ago
parent
commit
398ac2a884
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/system/process_unix.go

+ 1 - 1
pkg/system/process_unix.go

@@ -1,4 +1,4 @@
-// +build linux freebsd solaris
+// +build linux freebsd solaris darwin
 
 package system