Merge pull request #78 from rakyll/buildtags

Build prctl on systems with procfs, fix fds build tag
This commit is contained in:
Michael Crosby 2016-01-21 11:55:21 -08:00
commit 8f0a4e2537
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// +build !windows,!darwin
package util
import (

View File

@ -1,4 +1,4 @@
// + build linux
// +build linux
// http://man7.org/linux/man-pages/man2/prctl.2.html
package util