mcchunkie/protect.go

8 lines
159 B
Go
Raw Normal View History

2020-02-02 11:16:08 -07:00
//+build !openbsd
package main
func unveil(path string, flags string) {}
func unveilBlock() {}
func pledge(promises string) {}