shithub: gover

ref: 5968bd41c7e89461fec41a3b669514a89ddbda10
dir: /protect.go/

View raw version
//+build !openbsd

package main

func pledge(promises string)           {}
func unveil(path string, flags string) {}
func unveilBlock()                     {}