Merge pull request #78 from rakyll/buildtags
Build prctl on systems with procfs, fix fds build tag
This commit is contained in:
commit
8f0a4e2537
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !windows,!darwin
|
||||||
|
|
||||||
package util
|
package util
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// + build linux
|
// +build linux
|
||||||
|
|
||||||
// http://man7.org/linux/man-pages/man2/prctl.2.html
|
// http://man7.org/linux/man-pages/man2/prctl.2.html
|
||||||
package util
|
package util
|
||||||
|
|
Loading…
Add table
Reference in a new issue