shithub: gover

ref: ea3c23608c49d266cfe8d8f8c14053739e8c9a20
dir: /protect.go/

View raw version
//+build !openbsd

package main

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