ogvt/protect.go

8 lines
159 B
Go
Raw Normal View History

//+build !openbsd
package main
func pledge(promises string) {}
func unveil(path string, flags string) {}
func unveilBlock() {}