Build prctl on systems with procfs, fix fds build tag

Signed-off-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
Burcu Dogan 2016-01-20 21:57:02 -08:00
parent fbb69b2fa0
commit ec1169fe85
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