Build prctl on systems with procfs, fix fds build tag
Signed-off-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
parent
fbb69b2fa0
commit
ec1169fe85
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…
Reference in a new issue