Merge pull request #78 from rakyll/buildtags
Build prctl on systems with procfs, fix fds build tag
This commit is contained in:
		| @@ -1,3 +1,5 @@ | ||||
| // +build !windows,!darwin | ||||
|  | ||||
| package util | ||||
|  | ||||
| import ( | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| // + build linux | ||||
| // +build linux | ||||
|  | ||||
| // http://man7.org/linux/man-pages/man2/prctl.2.html | ||||
| package util | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Crosby
					Michael Crosby