ogvt/protect.go

8 lines
159 B
Go

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